Skip to content
Snippets Groups Projects
Commit 5d17667b authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[RENAME] account_product_template -> product_email_template, to avoid

confusion with product templates. The main feature are email template on product
therefore renaming the module.

bzr revid: tde@openerp.com-20140124110802-unn4u75ad4jt0bb2
parent c98acc49
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class account_config_settings(osv.osv_memory):
'module_account_followup': fields.boolean('Manage customer payment follow-ups',
help='This allows to automate letters for unpaid invoices, with multi-level recalls.\n'
'-This installs the module account_followup.'),
'module_account_product_template': fields.boolean('Send products tools and information at the invoice confirmation',
'module_product_email_template': fields.boolean('Send products tools and information at the invoice confirmation',
help='With this module, link your products to a template to send complete information and tools to your customer.\n'
'For instance when invoicing a training, the training agenda and materials will automatically be send to your customers.'),
'group_proforma_invoices': fields.boolean('Allow pro-forma invoices',
......
......@@ -184,8 +184,8 @@
<label for="module_account_followup"/>
</div>
<div>
<field name="module_account_product_template" class="oe_inline"/>
<label for="module_account_product_template"/>
<field name="module_product_email_template" class="oe_inline"/>
<label for="module_product_email_template"/>
</div>
</div>
</group>
......
......@@ -10,7 +10,7 @@
<field name="email_template_id"
domain="[('model','=','product.template')]"
context="{
'form_view_ref':'account_product_template.email_template_form_simplified',
'form_view_ref':'product_email_template.email_template_form_simplified',
'default_model': 'product.template',
'default_subject': name,
'default_name': name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment