social/mass_mailing_partner/wizard
Jairo Llopis 8ac9269860
[FIX] mass_mailing_list_dynamic, mass_mailing_partner: allow bouncing synced contacts
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
2024-12-26 10:12:31 +00:00
..
__init__.py [FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts) 2023-03-24 15:08:18 +01:00
partner_mail_list_wizard.py [FIX] mass_mailing_list_dynamic, mass_mailing_partner: allow bouncing synced contacts 2024-12-26 10:12:31 +00:00
partner_mail_list_wizard.xml [MIG] mass_mailing_partner: Migration to 14.0 2023-03-24 15:09:08 +01:00
partner_merge.py [IMP+FIX] mass_mailing_partner: Add partner_name in error constrain message + Add test related to write with multi-partner + Add sudo() to prevent user without mailing access try to merge contacts 2023-03-24 15:08:55 +01:00