[FIX] Evaluate domain in act_window element is now possible
authorChristophe Chauvet <christophe.chauvet@syleam.fr>
Tue, 30 Mar 2010 13:27:19 +0000 (15:27 +0200)
committerChristophe Chauvet <christophe.chauvet@syleam.fr>
Tue, 30 Mar 2010 13:27:19 +0000 (15:27 +0200)
lp bug: https://launchpad.net/bugs/551664 fixed

bzr revid: christophe.chauvet@syleam.fr-20100330132719-ac5h84t8h0mu7tuz

bin/tools/convert.py

index 75b438c..3d98ed6 100644 (file)
@@ -384,6 +384,7 @@ 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,