[IMP] Make Changes into the Marketing Wizard

bzr revid: rma@tinyerp.com-20120720072541-02e6uk0xv4j8pqm6
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-07-20 12:55:41 +05:30
parent 50ea0bdacd
commit 7b394dfefc
1 changed files with 18 additions and 5 deletions

View File

@ -6,17 +6,30 @@
<field name="model">marketing.config.settings</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Configure Marketing" version="7.0">
<form string="Configure Marketing" class="oe_form_configuration" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<group string="Campaigns">
<field name="module_marketing_campaign"/>
<field name="module_marketing_campaign_crm_demo"/>
<field name="module_crm_profiling"/>
<separator string="Campaigns"/>
<group>
<label for="id" string="Campaigns Settings"/>
<div>
<div>
<field name="module_marketing_campaign" class="oe_inline"/>
<label for="module_marketing_campaign"/>
</div>
<div>
<field name="module_marketing_campaign_crm_demo" class="oe_inline"/>
<label for="module_marketing_campaign_crm_demo"/>
</div>
<div>
<field name="module_crm_profiling" class="oe_inline"/>
<label for="module_crm_profiling"/>
</div>
</div>
</group>
</form>
</field>