Reviewers: ,
Please review this at http://codereview.tryton.org/715002/
Affected files:
M trytond/res/user.py
Index: trytond/res/user.py
===================================================================
--- a/trytond/res/user.py
+++ b/trytond/res/user.py
@@ -546,7 +546,7 @@
])
if not warnings:
return True
- cls.delete([x.id for x in warnings if not x.always])
+ cls.delete([x for x in warnings if not x.always])
return False
--
--
[email protected] mailing list
---
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.