[IMP]marketing : Rename Details into Features in Config wiz and move Install Specific Industry applications to the bottom

bzr revid: aag@tinyerp.co.in-20110519052320-3p6jil6ghw3uc4e4
This commit is contained in:
aag (OpenERP) 2011-05-19 10:53:20 +05:30
parent b41997bc60
commit 83bb463924
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='product_expiry']" position="after">
<xpath expr="//field[@name='report_designer']" position="after">
<newline/>
<separator string="Marketing Details" colspan="4" />
<separator string="Marketing Features" colspan="4" />
<field name="marketing_campaign" />
<field name="email_template" />
<field name="crm_profiling" />