You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
708 B

# Copyright 2017 David BEAL @ Akretion
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Mail Inline CSS',
"summary": "Convert style tags in inline style in your mails",
'version': '11.0.1.0.0',
'author': 'Akretion, camptocamp, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/social',
'license': 'AGPL-3',
'category': 'Tools',
'installable': True,
"external_dependencies": {
"python": ['premailer'],
},
"depends": [
"email_template_qweb",
],
"data": [
],
"demo": [
"demo/demo_template.xml",
"demo/demo_mail_template.xml",
],
}