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.

25 lines
701 B

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3: Antiun Ingenieria S.L. - Antonio Espinosa
  3. # See README.rst file on addon root folder for more details
  4. {
  5. 'name': "Mandrill mail events integration",
  6. 'category': 'Social Network',
  7. 'version': '8.0.1.0.0',
  8. 'depends': [
  9. 'mail',
  10. ],
  11. 'external_dependencies': {},
  12. 'data': [
  13. 'security/ir.model.access.csv',
  14. 'views/mail_mandrill_message_view.xml',
  15. 'views/mail_mandrill_event_view.xml',
  16. ],
  17. 'author': 'Antiun Ingeniería S.L., '
  18. 'Odoo Community Association (OCA)',
  19. 'website': 'http://www.antiun.com',
  20. 'license': 'AGPL-3',
  21. 'demo': [],
  22. 'test': [],
  23. 'installable': True,
  24. }