[FIX]account_followup: latest_followup_level_id was missing from tree view, in order...
authorDenis Ledoux <dle@openerp.com>
Mon, 28 Oct 2013 13:18:51 +0000 (14:18 +0100)
committerDenis Ledoux <dle@openerp.com>
Mon, 28 Oct 2013 13:18:51 +0000 (14:18 +0100)
bzr revid: dle@openerp.com-20131028131851-q6x6rljvjs25vlng

addons/account_followup/account_followup_customers.xml

index fba0bce..abec275 100644 (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>