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

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