openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00304
lp:~openerp-community/openobject-client-web/ronald@therp.nl_lp768918-6.0 into lp:openobject-client-web/6.0
Ronald Portier has proposed merging lp:~openerp-community/openobject-client-web/ronald@therp.nl_lp768918-6.0 into lp:openobject-client-web/6.0.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #768918 in OpenERP Web Client: "error in evaluating view domain"
https://bugs.launchpad.net/openobject-client-web/+bug/768918
For more details, see:
https://code.launchpad.net/~openerp-community/openobject-client-web/ronald@therp.nl_lp768918-6.0/+merge/58799
--
https://code.launchpad.net/~openerp-community/openobject-client-web/ronald@therp.nl_lp768918-6.0/+merge/58799
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-client-web/ronald@therp.nl_lp768918-6.0.
=== modified file 'addons/openerp/utils/tools.py'
--- addons/openerp/utils/tools.py 2011-02-17 16:25:59 +0000
+++ addons/openerp/utils/tools.py 2011-04-22 11:56:35 +0000
@@ -46,6 +46,7 @@
datetime=datetime,
relativedelta=relativedelta)
if isinstance(string, basestring):
+ string = string.strip()
try:
value = eval(string, context)
except:
Follow ups