From ac71ee9442ece63968c26f1e3f81ff25ee3bcb77 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 22 Jan 2025 16:08:36 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + mail_forward/README.rst | 2 +- mail_forward/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b205bc832..cfa8f6b39 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [mail_composer_cc_bcc](mail_composer_cc_bcc/) | 17.0.1.0.0 | [![trisdoan](https://github.com/trisdoan.png?size=30px)](https://github.com/trisdoan) | This module enables sending mail to CC and BCC partners in mail composer form. [mail_composer_cc_bcc_account](mail_composer_cc_bcc_account/) | 17.0.1.0.0 | [![hailangvn2023](https://github.com/hailangvn2023.png?size=30px)](https://github.com/hailangvn2023) | This module enables sending mail to CC and BCC partners for invoices. [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_forward](mail_forward/) | 17.0.1.0.0 | | Forward messages from the chatter of any document to other users. [mail_layout_preview](mail_layout_preview/) | 17.0.1.0.0 | | Preview email templates in the browser [mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.1.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 diff --git a/mail_forward/README.rst b/mail_forward/README.rst index be5a83976..330d938ad 100644 --- a/mail_forward/README.rst +++ b/mail_forward/README.rst @@ -7,7 +7,7 @@ Mail Forward Message !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f9107727227b807b8c178598ae0b5477c4692574ca4f87786cd4197027e23268 + !! source digest: sha256:aaa71d008cc1c6a1fe737e7a99a760431d3442126800ceb78f5c6a09f0b01727 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_forward/static/description/index.html b/mail_forward/static/description/index.html index d97a61f76..abaa040f4 100644 --- a/mail_forward/static/description/index.html +++ b/mail_forward/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:f9107727227b807b8c178598ae0b5477c4692574ca4f87786cd4197027e23268 +!! source digest: sha256:aaa71d008cc1c6a1fe737e7a99a760431d3442126800ceb78f5c6a09f0b01727 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows users to forward messages from the chatter of any diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 74bca39e1..4c874c85f 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20250118.0" +version = "17.0.20250122.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-mail_composer_cc_bcc>=17.0dev,<17.1dev", "odoo-addon-mail_composer_cc_bcc_account>=17.0dev,<17.1dev", "odoo-addon-mail_debrand>=17.0dev,<17.1dev", + "odoo-addon-mail_forward>=17.0dev,<17.1dev", "odoo-addon-mail_layout_preview>=17.0dev,<17.1dev", "odoo-addon-mail_notification_custom_subject>=17.0dev,<17.1dev", "odoo-addon-mail_optional_autofollow>=17.0dev,<17.1dev",