[FIX] Remove the evaluation of the domain
authorStephane Wirtel <stephane@openerp.com>
Wed, 31 Mar 2010 08:45:49 +0000 (10:45 +0200)
committerStephane Wirtel <stephane@openerp.com>
Wed, 31 Mar 2010 08:45:49 +0000 (10:45 +0200)
bzr revid: stephane@openerp.com-20100331084549-2gp5wrwsidv490h4

bin/tools/convert.py

index a7bd620..1d4b1fd 100644 (file)
@@ -384,7 +384,6 @@ form: module.record_id""" % (xml_id,)
         def ref(str_id):
             return self.id_get(cr, None, str_id)
         context=eval(context)
-        domain=eval(domain)
 
         res = {
             'name': name,