[IMP] Marketing: remove newline and set the group cols and colspan

bzr revid: jap@tinyerp.com-20120402055226-93t79bgr1ucd7dpa
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-04-02 11:22:26 +05:30
parent 45e10ba3b1
commit 368ea54a14
1 changed files with 1 additions and 6 deletions

View File

@ -8,14 +8,9 @@
<field name="arch" type="xml">
<form string ="Marketing Application">
<separator string="Campaigns" colspan="4"/>
<group colspan="2" col="4">
<group colspan="4" col="4">
<field name="module_marketing_campaign"/>
<newline/>
<field name="module_marketing_campaign_crm_demo"/>
</group>
<newline/>
<separator colspan="4"/>
<group colspan="2" col="4">
<field name="module_crm_profiling"/>
</group>
</form>