[FIX]account_followup: latest_followup_level_id was missing from tree view, in order to make work the group by Follow Up Level from searchview

bzr revid: dle@openerp.com-20131028131851-q6x6rljvjs25vlng
This commit is contained in:
Denis Ledoux 2013-10-28 14:18:51 +01:00
parent 9a775cd3f5
commit bf29caa576
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<field name="arch" type="xml">
<field name="display_name" position="after">
<field name="payment_responsible_id" invisible="1"/>
<field name="latest_followup_level_id" invisible="1"/>
</field>
</field>
</record>