Randhir Mayatra (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa-marketing-wizard-rma
into lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-apa-marketing-wizard-rma/+merge/115898
Hello Sir,
I have Make Changes into the Marketing Wizard.
Thank you.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-apa-marketing-wizard-rma/+merge/115898
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
=== modified file 'marketing/res_config_view.xml'
--- marketing/res_config_view.xml 2012-06-29 08:30:24 +0000
+++ marketing/res_config_view.xml 2012-07-20 07:28:19 +0000
@@ -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>
_______________________________________________
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