From 90823b4117268ec0af099fd48d77bf1ebbed7691 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 27 Dec 2024 09:35:23 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + mail_quoted_reply/README.rst | 15 ++++++++------- mail_quoted_reply/static/description/index.html | 3 ++- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e379e923c..1187eb038 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ addon | version | maintainers | summary [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_quoted_reply](mail_quoted_reply/) | 17.0.1.0.0 | | Make a reply using a message [mail_send_confirmation](mail_send_confirmation/) | 17.0.1.0.0 | | Mail Send Confirmation [mail_template_substitute](mail_template_substitute/) | 17.0.1.0.0 | | This module allows to create substitution rules for mail templates. [mail_tracking](mail_tracking/) | 17.0.1.0.1 | | Email tracking system for all mails sent diff --git a/mail_quoted_reply/README.rst b/mail_quoted_reply/README.rst index 9816a205a..7d89c7f09 100644 --- a/mail_quoted_reply/README.rst +++ b/mail_quoted_reply/README.rst @@ -7,7 +7,7 @@ Mail Message Reply !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:96ee412b2c8c5a8d16223e5cfde5f442bdcbd230882516934e376d7fe0da8c08 + !! source digest: sha256:6759514c263e6b0b7f4bb8ad6aa6918552ba51bcbf32e0eda1f46dc4978ddbad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -63,12 +63,13 @@ Authors Contributors ------------ -- Enric Tobella -- Lois Rilo -- Giuseppe Borruso -- Laurence Labusch -- Dani Forga -- Tris Doan +- Enric Tobella +- Lois Rilo +- Giuseppe Borruso +- Laurence Labusch +- Dani Forga +- Tris Doan +- Akim Juillerat Other credits ------------- diff --git a/mail_quoted_reply/static/description/index.html b/mail_quoted_reply/static/description/index.html index 76da14318..56a3c4489 100644 --- a/mail_quoted_reply/static/description/index.html +++ b/mail_quoted_reply/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:96ee412b2c8c5a8d16223e5cfde5f442bdcbd230882516934e376d7fe0da8c08 +!! source digest: sha256:6759514c263e6b0b7f4bb8ad6aa6918552ba51bcbf32e0eda1f46dc4978ddbad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon allow to reply on messages from odoo directly. It is useful @@ -416,6 +416,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

  • Laurence Labusch <lala@labiso.de>
  • Dani Forga
  • Tris Doan <tridm@trobz.com>
  • +
  • Akim Juillerat <akim.juillerat@camptocamp.com>
  • diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index cced289fa..ca7f57f69 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20241122.0" +version = "17.0.20241227.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", @@ -19,6 +19,7 @@ dependencies = [ "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_quoted_reply>=17.0dev,<17.1dev", "odoo-addon-mail_send_confirmation>=17.0dev,<17.1dev", "odoo-addon-mail_template_substitute>=17.0dev,<17.1dev", "odoo-addon-mail_tracking>=17.0dev,<17.1dev",