Commit Graph

5 Commits

Author SHA1 Message Date
Víctor Martínez
2a8d15882a [FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts) 2022-01-01 16:22:48 +01:00
Jared Kipe
95a70d8bda [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.
2022-01-01 16:22:48 +01:00
Manuel Calero
7a5bc7090e [MIG] mass_mailing_partner: Migration to 13.0 2022-01-01 16:22:47 +01:00
ernesto
e6eec5d271 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
2022-01-01 16:22:47 +01:00
ernesto
a5b869b487 [MIG] mass_mailing_partner: Migration to 11.0 2022-01-01 16:22:46 +01:00