diff --git a/addons/account/res_config.py b/addons/account/res_config.py index de64dfccb8c..8980a31927e 100644 --- a/addons/account/res_config.py +++ b/addons/account/res_config.py @@ -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', diff --git a/addons/account/res_config_view.xml b/addons/account/res_config_view.xml index 3a2c732ce06..103344daa3a 100644 --- a/addons/account/res_config_view.xml +++ b/addons/account/res_config_view.xml @@ -184,8 +184,8 @@