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.

26 lines
829 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
  3. # Copyright 2016 Tecnativa - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Unique records for mass mailing",
  7. "summary": "Avoids duplicate mailing lists and contacts",
  8. "version": "9.0.1.0.0",
  9. "category": "Marketing",
  10. "website": "https://tecnativa.com",
  11. "author": "Grupo ESOC Ingeniería de Servicios,"
  12. "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "pre_init_hook": "pre_init_hook",
  18. "images": [
  19. "images/error-duplicated-email.png",
  20. "images/error-duplicated-list.png",
  21. ],
  22. "depends": [
  23. "mass_mailing",
  24. ],
  25. }