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.

23 lines
598 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': "Mail statistics extra info",
  6. 'category': 'Marketing',
  7. 'version': '8.0.1.0.0',
  8. 'depends': [
  9. 'mass_mailing',
  10. ],
  11. 'external_dependencies': {},
  12. 'data': [
  13. 'views/mass_mailing.xml',
  14. ],
  15. 'author': 'Antiun Ingeniería S.L., '
  16. 'Odoo Community Association (OCA)',
  17. 'website': 'http://www.antiun.com',
  18. 'license': 'AGPL-3',
  19. 'demo': [],
  20. 'test': [],
  21. 'installable': True,
  22. }