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.
social
TODO: add repo description.
Available addons
addon | version | maintainers | summary |
---|---|---|---|
mail_activity_board | 15.0.1.0.0 | Add Activity Boards | |
mail_activity_creator | 15.0.1.0.0 | Show activities creator | |
mail_activity_partner | 15.0.1.0.0 | Add Partner to Activities |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to OCA
policy. Consult each module's __manifest__.py
file, which contains a license
key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
Python
48.5%
HTML
42.2%
JavaScript
8%
SCSS
1.3%