2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Product Email Template',
|
2018-01-16 12:08:17 +01:00
|
|
|
'author': 'Odoo S.A.',
|
2018-01-16 06:58:15 +01:00
|
|
|
'depends': ['account'],
|
|
|
|
'category': 'Accounting',
|
|
|
|
'description': """
|
|
|
|
Add email templates to products to be sent on invoice confirmation
|
|
|
|
==================================================================
|
|
|
|
|
|
|
|
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 sent to your customers.'
|
|
|
|
""",
|
|
|
|
'demo': [
|
|
|
|
'data/product_demo.xml',
|
|
|
|
],
|
|
|
|
'data': [
|
|
|
|
'views/product_views.xml',
|
|
|
|
'views/mail_template_views.xml',
|
|
|
|
]
|
|
|
|
}
|