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.

28 lines
925 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  3. # © 2015 Antonio Espinosa <antonioea@antiun.com>
  4. # © 2015 Javier Iniesta <javieria@antiun.com>
  5. # © 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. {
  8. "name": "Link partners with mass-mailing",
  9. "version": "9.0.1.0.1",
  10. "author": "Antiun Ingeniería S.L., "
  11. "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "category": "Marketing",
  15. "depends": [
  16. 'mass_mailing',
  17. ],
  18. "post_init_hook": "post_init_hook",
  19. 'data': [
  20. 'views/mail_mail_statistics_view.xml',
  21. 'views/mail_mass_mailing_contact_view.xml',
  22. 'views/mail_mass_mailing_view.xml',
  23. 'views/res_partner_view.xml',
  24. 'wizard/partner_mail_list_wizard.xml'
  25. ],
  26. 'installable': True,
  27. }