[IMP] account_followup: usability improvements

bzr revid: qdp-launchpad@openerp.com-20110615095134-pxkhuky6el04zp62
This commit is contained in:
mma 2011-06-15 11:51:34 +02:00 committed by Quentin (OpenERP)
parent 2fb3d16633
commit 0ca42c7805
1 changed files with 6 additions and 4 deletions

View File

@ -21,11 +21,13 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Follow-Up Lines">
<field name="name" />
<field name="delay" />
<field name="start" groups="base.group_extended"/>
<group col="6" colspan="4">
<field name="name" />
<field name="delay" />
<field name="start" groups="base.group_extended"/>
</group>
<newline/>
<separator string="" colspan="4"/>
<separator string="Message" colspan="4"/>
<field colspan="4" name="description" nolabel="1"/>
<separator string="Legend" colspan="4"/>
<label string="%%(partner_name)s: Partner Name" colspan="2"/>