qdp (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-followup-imp-mma
into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-followup-imp-mma/+merge/64655
* account_followup
* form view of followup lines :
* Name Days of Delay Type of Term (only in extended view) (3 cols)
* => to fix: the type of term isshould be on same row instead of newline
* nolabel for printed message, create a separator instead
* => to fix: there is no separator, it was already there
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-followup-imp-mma/+merge/64655
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-followup-imp-mma
into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
=== modified file 'account_followup/account_followup_view.xml'
--- account_followup/account_followup_view.xml 2011-06-10 09:35:16 +0000
+++ account_followup/account_followup_view.xml 2011-06-15 09:54:54 +0000
@@ -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"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp