[MERGE] account_followup: small fixes in views
authorThibault Delavallée <tde@openerp.com>
Thu, 12 Jan 2012 10:27:23 +0000 (11:27 +0100)
committerThibault Delavallée <tde@openerp.com>
Thu, 12 Jan 2012 10:27:23 +0000 (11:27 +0100)
bzr revid: tde@openerp.com-20120112102723-13m2kni11irx5e1f

addons/account_followup/account_followup_view.xml
addons/account_followup/wizard/account_followup_print_view.xml

index e6aee02..764ab81 100644 (file)
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <field name="overdue_msg" nolabel="1" colspan="4" position="after">
-                    <field name="follow_up_msg" nolabel="1" colspan="4"/>
                     <separator string="Follow-up Message" colspan="4"/>
+                    <field name="follow_up_msg" nolabel="1" colspan="4"/>
                 </field>
             </field>
         </record>
index ce178d9..8203a2b 100644 (file)
             <field name="arch" type="xml">
             <form string="Summary">
                 <group col="4" colspan="6">
-                    <field name="summary" height="300" width="800"/>
+                    <separator string="Summary" colspan="4"/>
+                    <field name="summary" height="300" width="800" nolabel="1"/>
                 </group>
                 <separator colspan="4"/>
                 <group>