diff --git a/README.md b/README.md index e37b17d63..814881e9b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [mail_outbound_static](mail_outbound_static/) | 17.0.1.0.0 | | Allows you to configure the from header for a mail server. +[mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.0 | | Forwarding notifications for partners [//]: # (end addons) diff --git a/mail_partner_forwarding/README.rst b/mail_partner_forwarding/README.rst index 48aecbc93..044fede25 100644 --- a/mail_partner_forwarding/README.rst +++ b/mail_partner_forwarding/README.rst @@ -7,7 +7,7 @@ Partner Mail Forwarding !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ceb1f69084e860b2458a7ae6b68dd0d1aa4e111b91273b4210e1b6e33e270f44 + !! source digest: sha256:2623b409f164228c1726a578d4453c874e50bb138a17774b52f22d34374ab0fb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -29,9 +29,8 @@ Partner Mail Forwarding |badge1| |badge2| |badge3| |badge4| |badge5| This module allows to select a related user (called "Forwarding -partner") in the res.users and res.partner models in order to send -a copy of all the notifications meant to the users / partners -to the Forwarding partner. +partner") in each partner in order to send all the notifications to the +Forwarding partner. **Table of contents** @@ -45,8 +44,6 @@ To use this module, you need to: - Install it. - Set a Forwarding partner in your partner. - - In the users profile - - In the partners - Your Forwarding partner also will be notify of your notifications Changelog diff --git a/mail_partner_forwarding/static/description/index.html b/mail_partner_forwarding/static/description/index.html index 538024e95..5ffecb1a1 100644 --- a/mail_partner_forwarding/static/description/index.html +++ b/mail_partner_forwarding/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ceb1f69084e860b2458a7ae6b68dd0d1aa4e111b91273b4210e1b6e33e270f44 +!! source digest: sha256:2623b409f164228c1726a578d4453c874e50bb138a17774b52f22d34374ab0fb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to select a related user (called “Forwarding diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e91cf82e3..57eda3f69 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20231228.0" +version = "17.0.20240125.0" dependencies = [ "odoo-addon-mail_outbound_static>=17.0dev,<17.1dev", + "odoo-addon-mail_partner_forwarding>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",