diff --git a/README.md b/README.md index 7b54a602b..826570f12 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [mail_debrand](mail_debrand/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor 20characters [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_optional_autofollow](mail_optional_autofollow/) | 17.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message +[mail_optional_follower_notification](mail_optional_follower_notification/) | 17.0.1.0.0 | | Choose to notify followers on mail.compose.message [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 diff --git a/mail_optional_follower_notification/README.rst b/mail_optional_follower_notification/README.rst index 0505954d2..1ac942ff0 100644 --- a/mail_optional_follower_notification/README.rst +++ b/mail_optional_follower_notification/README.rst @@ -7,7 +7,7 @@ Mail optional follower notification !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ed4cd773a22f59def3ec4e730dbe1cd7924a802153259aac25219749d70d5278 + !! source digest: sha256:9c68e71c93b147a204c464690db84ee1cfa58d034efb80a3eb83f8c5644c35d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_optional_follower_notification/static/description/index.html b/mail_optional_follower_notification/static/description/index.html index 36644ac19..104f87aff 100644 --- a/mail_optional_follower_notification/static/description/index.html +++ b/mail_optional_follower_notification/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ed4cd773a22f59def3ec4e730dbe1cd7924a802153259aac25219749d70d5278 +!! source digest: sha256:9c68e71c93b147a204c464690db84ee1cfa58d034efb80a3eb83f8c5644c35d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds the possibility to choose if you want to automatically diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 4b48512cf..fd4c25f71 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20240829.0" +version = "17.0.20241021.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", @@ -13,6 +13,7 @@ dependencies = [ "odoo-addon-mail_debrand>=17.0dev,<17.1dev", "odoo-addon-mail_notification_custom_subject>=17.0dev,<17.1dev", "odoo-addon-mail_optional_autofollow>=17.0dev,<17.1dev", + "odoo-addon-mail_optional_follower_notification>=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",