[FIX] crm_installer sale_crm modifier lp:855351
authorAntony Lesuisse <al@openerp.com>
Thu, 22 Sep 2011 10:11:28 +0000 (12:11 +0200)
committerAntony Lesuisse <al@openerp.com>
Thu, 22 Sep 2011 10:11:28 +0000 (12:11 +0200)
lp bug: https://launchpad.net/bugs/855351 fixed

bzr revid: al@openerp.com-20110922101128-l0rq2yk3sl09h8i2

addons/crm/crm_installer.py

index 1c24f0e..fc3816c 100644 (file)
@@ -50,6 +50,7 @@ class crm_installer(osv.osv_memory):
             nodes = doc.xpath("//field[@name='sale_crm']")
             for node in nodes:
                 node.set('invisible', '0')
+                node.set('modifiers', '{}')
             res['arch'] = etree.tostring(doc)
         return res