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.

18 lines
529 B

  1. # coding: utf-8
  2. # © 2017 David BEAL @ Akretion
  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': '10.0.1.0.0',
  8. 'author': 'Akretion, Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/social',
  10. 'license': 'AGPL-3',
  11. 'category': 'Tools',
  12. 'depends': ['mail'],
  13. 'installable': True,
  14. "external_dependencies": {
  15. "python": ['premailer'],
  16. },
  17. }