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.

91 lines
2.9 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ==========================
  5. Dynamic Mass Mailing Lists
  6. ==========================
  7. Without this addon you have to choose between providing a dynamic domain and
  8. letting your mass mailings reach all partners that match it, or being able to
  9. unsubscribe to certain mailing lists while still being subscribed to others.
  10. This addon allows you to create dynamic mailing lists, so you can now benefit
  11. from both things.
  12. Configuration
  13. =============
  14. To create a dynamic mailing list, you need to:
  15. #. Go to *Mass Mailing > Mailings > Mailing Lists > Create*.
  16. #. Check the *Dynamic* box.
  17. #. Choose a *Sync method*:
  18. - Leave empty to use as a manual mailing list, the normal behavior.
  19. - *Only add new records* to make sure no records disappear from the list
  20. when partners stop matching the *Synchronization critera*.
  21. - *Add and remove records as needed* to make the list be fully synchronized
  22. with the *Synchronization critera*, even if that means removing contacts
  23. from it.
  24. #. Define a *Synchronization critera* that will be used to match the partners
  25. that should go into the list as contacts. Only partners with emails will
  26. be selected.
  27. Usage
  28. =====
  29. When you hit the *Sync now* button or send a mass mailing to this list, its
  30. contacts will be automatically updated.
  31. Pay attention to the messages shown to you that tell you about some non-obvious
  32. behaviour you could experience if you edit manually contacts from a dynamic
  33. list.
  34. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  35. :alt: Try me on Runbot
  36. :target: https://runbot.odoo-community.org/runbot/205/10.0
  37. Known issues / Roadmap
  38. ======================
  39. * Tests affected by https://github.com/odoo/odoo/issues/20603. Do not run them
  40. in stateful databases.
  41. Bug Tracker
  42. ===========
  43. Bugs are tracked on `GitHub Issues
  44. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  45. check there if your issue has already been reported. If you spotted it first,
  46. help us smash it by providing detailed and welcomed feedback.
  47. Credits
  48. =======
  49. Images
  50. ------
  51. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  52. Contributors
  53. ------------
  54. * `Tecnativa <https://www.tecnativa.com>`_:
  55. * Jairo Llopis <jairo.llopis@tecnativa.com>
  56. Do not contact contributors directly about support or help with technical issues.
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit https://odoo-community.org.