[FIX] crm_installer sale_crm modifier lp:855351

lp bug: https://launchpad.net/bugs/855351 fixed

bzr revid: al@openerp.com-20110922101128-l0rq2yk3sl09h8i2
This commit is contained in:
Antony Lesuisse 2011-09-22 12:11:28 +02:00
parent feca0a787f
commit 4d18a8a614
1 changed files with 1 additions and 0 deletions

View 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