From bfac37d090beec1e6a71a2a33bb3c7e2672d28a9 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Wed, 16 Oct 2024 08:34:13 -0500 Subject: [PATCH] [IMP] mail_print: Allow printing messages from incoming mail Before this commit, the option to print messages was only available for messages sent from Odoo. After this commit, it is now possible to print incoming messages as well. --- mail_print/README.rst | 2 +- mail_print/__manifest__.py | 2 +- mail_print/static/description/index.html | 2 +- .../src/components/message_action_list/message_action_list.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail_print/README.rst b/mail_print/README.rst index 73fb91dc6..24399e80f 100644 --- a/mail_print/README.rst +++ b/mail_print/README.rst @@ -7,7 +7,7 @@ Mail Print Message !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:041738b662760ad100067a7c7f791a509fcd9811512c950df32f6496ee46fe74 + !! source digest: sha256:0cd861f29fc0a68aebccb18a4db08b607f68edca8c3672e499e013ed99f8fda6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_print/__manifest__.py b/mail_print/__manifest__.py index f5d9606ce..be59378f2 100644 --- a/mail_print/__manifest__.py +++ b/mail_print/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Mail Print Message", - "version": "15.0.1.0.1", + "version": "15.0.1.1.0", "summary": "Print messages from the chatter of any document. ", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/social", diff --git a/mail_print/static/description/index.html b/mail_print/static/description/index.html index fa82897b3..72e196e8e 100644 --- a/mail_print/static/description/index.html +++ b/mail_print/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:041738b662760ad100067a7c7f791a509fcd9811512c950df32f6496ee46fe74 +!! source digest: sha256:0cd861f29fc0a68aebccb18a4db08b607f68edca8c3672e499e013ed99f8fda6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows users to print messages from the chatter of any document.

diff --git a/mail_print/static/src/components/message_action_list/message_action_list.xml b/mail_print/static/src/components/message_action_list/message_action_list.xml index 4dbf554f8..6da359944 100644 --- a/mail_print/static/src/components/message_action_list/message_action_list.xml +++ b/mail_print/static/src/components/message_action_list/message_action_list.xml @@ -4,7 +4,7 @@