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.

27 lines
897 B

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