Commit Graph

7 Commits (2ad83c5cb2dce73ca63a1ea7b0828c2bc3e15fcb)

Author SHA1 Message Date
Mohamed Osman 7e9bb5dd5c [IMP] mass_mailing_partner: black, isort, prettier 2024-03-27 16:18:43 +00:00
Minh Chien 0407c7cc82 [MIG] mass_mailing_partner: Migration to 16.0 2024-03-27 16:18:43 +00:00
Víctor Martínez db5c37726e [FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts) 2024-03-27 16:18:43 +00:00
Jared Kipe 60b079cc6c [FIX] mass_mailing_partner: Unsubscribe should not unlink the subscription.
Before, on the backend if you check the `opt_out` checkbox and saving on a `mailing.contact`, the entire row (`mailing.contact.subscription`) would be unlinked.  Combined with `mass_mailing_list_dynamic` this means the contact would just be re-subscribed over and over.

After, check `opt_out` will fill `unsubscription_date` and the row will stay.  Tests in `mass_mailing_list_dynamic` pass.
2024-03-27 16:18:43 +00:00
Manuel Calero 434e10fbe5 [MIG] mass_mailing_partner: Migration to 13.0 2024-03-27 16:18:43 +00:00
ernesto 77ed6ac218 mass_mailing_partner: Improve wizard behavior
For each partner, if already has a contact it's added to the selected
list, otherwise a new one is created
2024-03-27 16:18:43 +00:00
ernesto 1754ee19f2 [MIG] mass_mailing_partner: Migration to 11.0 2024-03-27 16:18:43 +00:00