From 64883674fdadf40dc3e6a1decc6bdc12287f470a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 22 Nov 2024 16:12:20 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + mail_autogenerated_header/README.rst | 2 +- mail_autogenerated_header/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 1c9e391985..1cbc4623cc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mail_activity_reminder](mail_activity_reminder/) | 17.0.1.0.0 | | Reminder notifications about planned activities [mail_activity_team](mail_activity_team/) | 17.0.1.1.0 | | Add Teams to Activities [mail_attach_existing_attachment](mail_attach_existing_attachment/) | 17.0.1.0.0 | | Adding attachment on the object by sending this one +[mail_autogenerated_header](mail_autogenerated_header/) | 17.0.1.0.0 | | Add headers to Odoo's mails indicating they are autogenerated [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 diff --git a/mail_autogenerated_header/README.rst b/mail_autogenerated_header/README.rst index c54a17c65e..564a58ad08 100644 --- a/mail_autogenerated_header/README.rst +++ b/mail_autogenerated_header/README.rst @@ -7,7 +7,7 @@ Autogenerated headers !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c85cef2766e4f4e18f525f38d82ccee67b9e934eee4ca3cccd9ae68783d11a26 + !! source digest: sha256:bf712f83323c5adb84946e0caf8b89b9646eeb0e0f9a97899c820ee2823b678c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_autogenerated_header/static/description/index.html b/mail_autogenerated_header/static/description/index.html index f8dd3b852b..bd178a13ca 100644 --- a/mail_autogenerated_header/static/description/index.html +++ b/mail_autogenerated_header/static/description/index.html @@ -367,7 +367,7 @@

Autogenerated headers

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c85cef2766e4f4e18f525f38d82ccee67b9e934eee4ca3cccd9ae68783d11a26 +!! source digest: sha256:bf712f83323c5adb84946e0caf8b89b9646eeb0e0f9a97899c820ee2823b678c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to mark Odoo’s emails as being autogenerated diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 28b6c0073e..cced289fae 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20241114.0" +version = "17.0.20241122.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_activity_reminder>=17.0dev,<17.1dev", "odoo-addon-mail_activity_team>=17.0dev,<17.1dev", "odoo-addon-mail_attach_existing_attachment>=17.0dev,<17.1dev", + "odoo-addon-mail_autogenerated_header>=17.0dev,<17.1dev", "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",