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.

17 lines
520 B

  1. # Copyright 2017 David BEAL @ Akretion
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Mail Inline CSS',
  5. "summary": "Convert style tags in inline style in your mails",
  6. 'version': '11.0.1.0.0',
  7. 'author': 'Akretion, Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/social',
  9. 'license': 'AGPL-3',
  10. 'category': 'Tools',
  11. 'depends': ['mail'],
  12. 'installable': True,
  13. "external_dependencies": {
  14. "python": ['premailer'],
  15. },
  16. }