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.

23 lines
696 B

  1. # -*- coding: utf-8 -*-
  2. # See README.rst file on addon root folder for license details
  3. {
  4. "name": "Link partners with mass-mailing",
  5. "version": "8.0.1.0.0",
  6. "author": "Antiun Ingeniería S.L., "
  7. "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
  8. "Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "category": "Marketing",
  11. "depends": [
  12. 'mass_mailing',
  13. ],
  14. "post_init_hook": "_match_existing_contacts",
  15. 'data': [
  16. 'views/mail_mass_mailing_contact_view.xml',
  17. 'views/mail_mass_mailing_view.xml',
  18. 'views/res_partner_view.xml',
  19. 'wizard/partner_mail_list_wizard.xml'
  20. ],
  21. "installable": True,
  22. }