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
785 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Mass mailing event',
  7. 'summary': 'Link mass mailing with event for excluding recipients',
  8. 'version': '10.0.1.0.1',
  9. 'category': 'Marketing',
  10. 'website': 'https://github.com/OCA/social',
  11. 'author': 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'license': 'AGPL-3',
  14. 'application': False,
  15. 'installable': True,
  16. 'depends': [
  17. 'mass_mailing',
  18. 'event',
  19. ],
  20. 'data': [
  21. 'security/ir.model.access.csv',
  22. 'data/event_state_data.xml',
  23. 'views/mass_mailing_view.xml',
  24. ],
  25. }