From 164892004dc07935a10ae8f954650cf3284f0ddc 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. --- .../src/components/message_action_list/message_action_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4dbf554f84..6da3599445 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 @@