summaryrefslogtreecommitdiff
path: root/addons/product_email_template/__manifest__.py
blob: 02ad8b3dd790b031f417febda12210e6dd105454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-

{
    'name': 'Product Email Template',
    'depends': ['account'],
    'category': 'Accounting/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.'
    """,
    'data': [
        'views/product_views.xml',
        'views/mail_template_views.xml',
    ],
    'license': 'LGPL-3',
}