[IMP]account_followup: added a separator & nolabel on text field and set a separator above on text area

bzr revid: mma@tinyerp.com-20120112061108-njj8qwiotblkt1oz
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-01-12 11:41:08 +05:30
parent a2895b719f
commit cc1712f620
2 changed files with 3 additions and 2 deletions

View File

@ -151,8 +151,8 @@
<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>

View File

@ -118,7 +118,8 @@
<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>