[MERGE] account_followup: small fixes in views

bzr revid: tde@openerp.com-20120112102723-13m2kni11irx5e1f
This commit is contained in:
Thibault Delavallée 2012-01-12 11:27:23 +01:00
commit 813a847aff
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">
<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>

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>