mirror of https://github.com/OCA/social.git
The previous implementation in `mass_mailing_partner` overwrote `create()` and `write()` in a way that always updated all fields. However, `mass_mailing_list_dynamic` added a constraint on 4 fields, called `_check_no_manual_edits_on_fully_synced_lists()`. The combination of these 2 things made that constraint to be checked *always*, regardless on which fields were being updated. Thus, when sending a mass mailing based on a fully synced list, and processing bounces, we would get errors always. Even when the `message_bounce` field shouldn't be constrained. @moduon MT-8513 |
||
---|---|---|
.. | ||
__init__.py | ||
partner_mail_list_wizard.py | ||
partner_mail_list_wizard.xml | ||
partner_merge.py |