[CLEAN] account_product_template: openerp and init files cleaning

bzr revid: tde@openerp.com-20140124094514-o50cxzlm348p1vpc
This commit is contained in:
Thibault Delavallée 2014-01-24 10:45:14 +01:00
parent 9c74cab9a5
commit c9260b90a8
3 changed files with 8 additions and 15 deletions

View File

@ -106,7 +106,7 @@ class account_config_settings(osv.osv_memory):
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',
help='Whith this module, link your products to a template to send complete information and tools to your customer.\n'
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',
implied_group='account.group_proforma_invoices',

View File

@ -20,5 +20,3 @@
##############################################################################
import account_product
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,15 +21,16 @@
{
'name' : 'Account Product Template',
'depends' : ['account'],
'author' : 'OpenERP SA',
'name': 'Product Email Template',
'depends': ['account'],
'author': 'OpenERP SA',
'category': 'Accounting & Finance',
'description': """
This module adds Product Template.
==================================
Add email templates to products to be send on invoice confirmation
==================================================================
Whith this module, link your products to a template to send complete information and tools to your customer. For instance, you invoice a training, link a template to this training product with training agenda and materials.
With this module, link your products to a template to send complete information and tools to your customer.
For instance when invoicing a training, the training agenda and materials will automatically be send to your customers.'
""",
'website': 'http://www.openerp.com',
'demo': [
@ -38,12 +39,6 @@ Whith this module, link your products to a template to send complete information
'data': [
'account_product_view.xml',
],
'js': [],
'css': [],
'qweb' : [],
'images': [],
'installable': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: