1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Mass Mailing Themes',
'summary': 'Design gorgeous mails',
'description': """
Design gorgeous mails
""",
'version': '1.2',
'sequence': 110,
'website': 'https://www.odoo.com/app/mailing',
'category': 'Marketing/Email Marketing',
'depends': [
'mass_mailing',
],
'data': [
'data/ir_attachment_data.xml',
'views/mass_mailing_themes_templates.xml'
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}
|