[FIX]remove last console log
[odoo/odoo.git] / addons / product_email_template / __openerp__.py
1 # -*- coding: utf-8 -*-
2
3 {
4     'name': 'Product Email Template',
5     'depends': ['account'],
6     'author': 'OpenERP SA',
7     'category': 'Accounting & Finance',
8     'description': """
9 Add email templates to products to be send on invoice confirmation
10 ==================================================================
11
12 With this module, link your products to a template to send complete information and tools to your customer.
13 For instance when invoicing a training, the training agenda and materials will automatically be send to your customers.'
14     """,
15     'website': 'http://www.openerp.com',
16     'demo': [
17         'data/product_demo.xml',
18     ],
19     'data': [
20         'views/product_view.xml',
21         'views/email_template_view.xml',
22     ],
23     'installable': True,
24     'auto_install': False,
25 }