Commit Graph

6 Commits

Author SHA1 Message Date
david
8a3d9bef2d [FIX] mass_mailing_partner: wrong company implementation
See issue https://github.com/OCA/social/issues/776
2022-01-01 16:22:49 +01:00
Areeb Siddiqi
ff33c3a924 [MIG] mass_mailing_partner: Migration to 14.0
[FIX] super(Class, self) changed to super() in mass_mailing_partners
2022-01-01 16:22:49 +01:00
Víctor Martínez
254d5343ab [IMP] mass_mailing_partner: Add partner_name in error constrain messageç 2022-01-01 16:22:48 +01:00
Pedro M. Baeza
fec2a394ad [FIX] mass_mailing_partner: Don't match partner if no email
It doesn't make sense and even more, it crashed.

Fixes #644
2022-01-01 16:22:48 +01:00
Jared Kipe
e21cc81ede [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:47 +01:00
Manuel Calero
7a5bc7090e [MIG] mass_mailing_partner: Migration to 13.0 2022-01-01 16:22:47 +01:00