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.

11 lines
795 B

  1. * As version 11 has introduced a new relation type between mailing lists and
  2. contacts that has multiple usability issues that are being reworked by Odoo
  3. to land in version 12, this module falls back to the version 10 behaviour in
  4. which one contact belonged to just one list.
  5. * This module replaces AJAX submission core implementation from the mailing
  6. list management form, because it is impossible to extend it. When
  7. https://github.com/odoo/odoo/pull/14386 gets merged (which upstreams most
  8. needed changes), this addon will need a refactoring (mostly removing
  9. duplicated functionality and depending on it instead of replacing it). In the
  10. mean time, there is a little chance that this introduces some
  11. incompatibilities with other addons that depend on ``website_mass_mailing``.