From 5d17667bb12bfbb7188354c5a4417e9712e91309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Fri, 24 Jan 2014 12:08:02 +0100 Subject: [PATCH] [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 --- addons/account/res_config.py | 2 +- addons/account/res_config_view.xml | 4 ++-- .../__init__.py | 0 .../__openerp__.py | 0 .../data/product_demo.xml | 0 .../models/__init__.py | 0 .../models/invoice.py | 0 .../models/product.py | 0 .../views/email_template_view.xml | 0 .../views/product_view.xml | 2 +- 10 files changed, 4 insertions(+), 4 deletions(-) rename addons/{account_product_template => product_email_template}/__init__.py (100%) rename addons/{account_product_template => product_email_template}/__openerp__.py (100%) rename addons/{account_product_template => product_email_template}/data/product_demo.xml (100%) rename addons/{account_product_template => product_email_template}/models/__init__.py (100%) rename addons/{account_product_template => product_email_template}/models/invoice.py (100%) rename addons/{account_product_template => product_email_template}/models/product.py (100%) rename addons/{account_product_template => product_email_template}/views/email_template_view.xml (100%) rename addons/{account_product_template => product_email_template}/views/product_view.xml (89%) 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 @@