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.

117 lines
4.2 KiB

  1. ==========================================================
  2. Customizable unsubscription process on mass mailing emails
  3. ==========================================================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
  15. :target: https://github.com/OCA/social/tree/11.0/mass_mailing_custom_unsubscribe
  16. :alt: OCA/social
  17. .. |badge4| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  18. :target: https://runbot.odoo-community.org/runbot/205/11.0
  19. :alt: Try me on Runbot
  20. |badge1| |badge2| |badge3| |badge4|
  21. This addon extends the unsubscription form to let you:
  22. - Choose which mailing lists are not cross-unsubscriptable when unsubscribing
  23. from a different one.
  24. - Know why and when a contact has been subscribed or unsubscribed from a
  25. mass mailing.
  26. - Provide proof on why you are sending mass mailings to a given contact, as
  27. required by the GDPR in Europe.
  28. **Table of contents**
  29. .. contents::
  30. :local:
  31. Configuration
  32. =============
  33. You can customize what reasons will be displayed to your unsubscriptors when
  34. they are going to unsubscribe. To do it:
  35. #. Go to *Mass Mailing > Configuration > Unsubscription Reasons*.
  36. #. Create / edit / remove / sort as usual.
  37. #. If *Details required* is enabled, they will have to fill a text area to
  38. continue.
  39. Usage
  40. =====
  41. Once configured:
  42. #. Go to *Mass Mailing > Mailings > Mass Mailings > Create*.
  43. #. Edit your mass mailing at wish, but remember to add a snippet from
  44. *Footers*, so people have an *Unsubscribe* link.
  45. #. Send it.
  46. #. If somebody gets unsubscribed, you will see logs about that under
  47. *Mass Mailing > Mailings > Unsubscriptions*.
  48. Known issues / Roadmap
  49. ======================
  50. * As version 11 has introduced a new relation type between mailing lists and
  51. contacts that has multiple usability issues that are being reworked by Odoo
  52. to land in version 12, this module falls back to the version 10 behaviour in
  53. which one contact belonged to just one list.
  54. * This module replaces AJAX submission core implementation from the mailing
  55. list management form, because it is impossible to extend it. When
  56. https://github.com/odoo/odoo/pull/14386 gets merged (which upstreams most
  57. needed changes), this addon will need a refactoring (mostly removing
  58. duplicated functionality and depending on it instead of replacing it). In the
  59. mean time, there is a little chance that this introduces some
  60. incompatibilities with other addons that depend on ``website_mass_mailing``.
  61. Bug Tracker
  62. ===========
  63. Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
  64. In case of trouble, please check there if your issue has already been reported.
  65. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
  66. Do not contact contributors directly about support or help with technical issues.
  67. Credits
  68. =======
  69. Authors
  70. ~~~~~~~
  71. * Tecnativa
  72. Contributors
  73. ~~~~~~~~~~~~
  74. * Rafael Blasco <rafael.blasco@tecnativa.com>
  75. * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  76. * Jairo Llopis <jairo.llopis@tecnativa.com>
  77. * David Vidal <david.vidal@tecnativa.com>
  78. Maintainers
  79. ~~~~~~~~~~~
  80. This module is maintained by the OCA.
  81. .. image:: https://odoo-community.org/logo.png
  82. :alt: Odoo Community Association
  83. :target: https://odoo-community.org
  84. OCA, or the Odoo Community Association, is a nonprofit organization whose
  85. mission is to support the collaborative development of Odoo features and
  86. promote its widespread use.
  87. This module is part of the `OCA/social <https://github.com/OCA/social/tree/11.0/mass_mailing_custom_unsubscribe>`_ project on GitHub.
  88. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.