Commit Graph

5 Commits (d9c25d149def1d6c1279e17d21238e7ab76f444c)

Author SHA1 Message Date
Víctor Martínez 71bdfabda2 [FIX] mass_mailing_partner: Fix partner merge error (dupplicate mass_mailing contacts) 2020-11-09 12:11:17 +01:00
Jared Kipe 09fa32b753 [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.
2020-07-16 10:38:51 -07:00
Manuel Calero 65b1a9a92a [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00
ernesto ec9b7bd728 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
2020-02-10 11:32:23 +01:00
ernesto c3993506cd [MIG] mass_mailing_partner: Migration to 11.0 2020-02-10 11:20:03 +01:00