[FIX] Ir.sequence : removed unrelated field from view

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

bzr revid: jvo@tinyerp.com-20100203122625-2eog64zqhxpz5mog
This commit is contained in:
VIR(OpenERP) 2010-02-03 17:56:25 +05:30 committed by Jay (Open ERP)
parent 7dc05435ff
commit 5c119663a0
2 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,6 @@
<field name="padding"/>
<field name="number_increment"/>
<field name="number_next"/>
<field name="weight" />
<separator colspan="4" string="Legend (for prefix, suffix)"/>
<group col="8" colspan="4">
<group>

View File

@ -1450,6 +1450,7 @@ class orm_template(object):
'client_action_relate', [(self._name, False)], False,
context)
resprint = map(clean, resprint)
print "resprintresprint",resprint
resaction = map(clean, resaction)
resaction = filter(lambda x: not x.get('multi', False), resaction)
resprint = filter(lambda x: not x.get('multi', False), resprint)