social/mass_mailing_partner/models
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
..
__init__.py [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00
mailing_contact.py [FIX] mass_mailing_partner: Unsubscribe should not unlink the subscription. 2020-07-16 10:38:51 -07:00
mailing_contact_subscription.py [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00
mailing_list.py [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00
mailing_trace.py [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00
res_partner.py [MIG] mass_mailing_partner: Migration to 13.0 2020-02-10 11:49:12 +01:00