Skip to content

Commit

Permalink
[IMP] mail_print: Allow printing messages from incoming mail
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
carlos-lopez-tecnativa committed Oct 16, 2024
1 parent b9faf3c commit 1648920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<xpath expr="//span[@t-if='messageActionList.hasReplyIcon']" position="before">
<!-- Show the "Print Message" button only on messages, not on notes. -->
<PrintMessage
t-if="messageActionList.message.is_discussion &amp;&amp; !messageActionList.message.is_note"
t-if="!messageActionList.message.is_note"
message_id="messageActionList.message.id"
/>
</xpath>
Expand Down

0 comments on commit 1648920

Please sign in to comment.