[IMP]account_followup: added a separator & nolabel on text field and set a separator...
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 12 Jan 2012 06:11:08 +0000 (11:41 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 12 Jan 2012 06:11:08 +0000 (11:41 +0530)
bzr revid: mma@tinyerp.com-20120112061108-njj8qwiotblkt1oz

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

index e6aee02..4d708dd 100644 (file)
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <field name="overdue_msg" nolabel="1" colspan="4" position="after">
+                   <separator string="Follow-up Message" colspan="4"/>
                     <field name="follow_up_msg" nolabel="1" colspan="4"/>
-                    <separator string="Follow-up Message" colspan="4"/>
                 </field>
             </field>
         </record>
index ce178d9..aa06b88 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>