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.

65 lines
1.9 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ===============================
  5. Unique records for mass mailing
  6. ===============================
  7. This module extends the functionality of mass mailing lists to disable
  8. duplicate entries in list names and contact emails per list.
  9. This way you will avoid sending the same message more than once to the same
  10. contact when selecting a mailing list, and you will avoid conflicts when
  11. importing contacts to a list that has a duplicated name.
  12. Installation
  13. ============
  14. Before installing this module, you need to:
  15. * Remove all duplicated list names.
  16. * Remove all duplicated emails in each list.
  17. Usage
  18. =====
  19. To use this module, you need to try to create a duplicated mailing list, or a
  20. duplicated email inside one. You will not can.
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/205/9.0
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smashing it by providing a detailed and welcomed feedback.
  30. Credits
  31. =======
  32. Contributors
  33. ------------
  34. * Jairo Llopis <jairo.llopis@tecnativa.com>
  35. * Vicent Cubells <vicent.cubells@tecnativa.com>
  36. * Pedro M. Baeza <pedro.baeza@tecnativa.com>
  37. Maintainer
  38. ----------
  39. .. image:: https://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: https://odoo-community.org
  42. This module is maintained by the OCA.
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. To contribute to this module, please visit https://odoo-community.org.