[IMP] base_setup: added option in sales to install mass mailing

bzr revid: tde@openerp.com-20130913132150-kq5bsantglfogizs
This commit is contained in:
Thibault Delavallée 2013-09-13 15:21:50 +02:00
parent fbc6443692
commit 7b75c481d6
2 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,9 @@ class sale_config_settings(osv.osv_memory):
or a lead object and archive a selected
email into an OpenERP mail message with attachments.
This installs the module plugin_outlook."""),
'module_mass_mailing': fields.boolean(
'Manage mass mailing campaigns',
help='Get access to statistics with your mass mailing, manage campaigns.'),
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -123,6 +123,10 @@
<field name="module_web_linkedin"/>
<label for="module_web_linkedin"/>
</div>
<div>
<field name="module_mass_mailing" class="oe_inline"/>
<label for="module_mass_mailing"/>
</div>
</div>
</group>
</div>