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.

25 lines
805 B

  1. # Copyright 2015 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
  2. # Copyright 2016 Tecnativa - Vicent Cubells
  3. # Copyright 2018 Tecnativa - Ernesto Tejeda
  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": "12.0.1.0.0",
  9. "category": "Marketing",
  10. "website": "https://github.com/OCA/social",
  11. "author": "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "pre_init_hook": "pre_init_hook",
  17. "images": [
  18. "images/error-duplicated-email.png",
  19. "images/error-duplicated-list.png",
  20. ],
  21. "depends": [
  22. "mass_mailing",
  23. ],
  24. }