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.

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