diff --git a/README.md b/README.md index 8daecb0b50..36137665d2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications [mail_outbound_static](mail_outbound_static/) | 17.0.1.0.1 | | Allows you to configure the from header for a mail server. [mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.1 | | Forwarding notifications for partners +[mail_partner_opt_out](mail_partner_opt_out/) | 17.0.1.0.0 | | Add the partner's email to the blackmailed list [mail_send_confirmation](mail_send_confirmation/) | 17.0.1.0.0 | | Mail Send Confirmation [mass_mailing_partner](mass_mailing_partner/) | 17.0.1.0.0 | | Link partners with mass-mailing [mass_mailing_resend](mass_mailing_resend/) | 17.0.1.1.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Resend mass mailings diff --git a/mail_partner_opt_out/README.rst b/mail_partner_opt_out/README.rst index 9a94834cef..e6ee9cab53 100644 --- a/mail_partner_opt_out/README.rst +++ b/mail_partner_opt_out/README.rst @@ -7,7 +7,7 @@ Mail Partner Opt Out !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:79af277b139efcd304ae37ac88461c10ca9c59a25cd16b67ec7d05826f5d2e8e + !! source digest: sha256:0c3fac8e7f9ceef834d4aaa17ad90b84e2f62977fd713a1d9b0bed9b9ea87b59 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_partner_opt_out/static/description/index.html b/mail_partner_opt_out/static/description/index.html index 00593165cd..eec420dce5 100644 --- a/mail_partner_opt_out/static/description/index.html +++ b/mail_partner_opt_out/static/description/index.html @@ -366,7 +366,7 @@

Mail Partner Opt Out

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:79af277b139efcd304ae37ac88461c10ca9c59a25cd16b67ec7d05826f5d2e8e +!! source digest: sha256:0c3fac8e7f9ceef834d4aaa17ad90b84e2f62977fd713a1d9b0bed9b9ea87b59 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/social Translate me on Weblate Try me on Runboat

This module adds the capability for a user to add a partner’s email diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 27a6a8503e..353cdc5de8 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20240417.0" +version = "17.0.20240418.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-mail_notification_custom_subject>=17.0dev,<17.1dev", "odoo-addon-mail_outbound_static>=17.0dev,<17.1dev", "odoo-addon-mail_partner_forwarding>=17.0dev,<17.1dev", + "odoo-addon-mail_partner_opt_out>=17.0dev,<17.1dev", "odoo-addon-mail_send_confirmation>=17.0dev,<17.1dev", "odoo-addon-mass_mailing_partner>=17.0dev,<17.1dev", "odoo-addon-mass_mailing_resend>=17.0dev,<17.1dev",