Skip to content

Commit

Permalink
Merge PR #1473 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 16, 2024
2 parents b9faf3c + 1648920 commit d41e38a
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 d41e38a

Please sign in to comment.