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

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Tecnativa S.L. - Vicent Cubells
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Mass mailing security group",
  6. 'category': 'Marketing',
  7. 'version': '9.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': 'Tecnativa, '
  17. 'Odoo Community Association (OCA)',
  18. 'website': 'http://www.tecnativa.com',
  19. 'license': 'AGPL-3',
  20. 'installable': True,
  21. }