[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
This commit is contained in:
Thibault Delavallée 2014-01-24 12:08:02 +01:00
parent c98acc4919
commit 5d17667bb1
10 changed files with 4 additions and 4 deletions

View File

@ -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',

View File

@ -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>

View File

@ -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,