Skip to content

Commit

Permalink
[FIX] mail_hide_send_message, partner_name_hide_parent: black, pretti…
Browse files Browse the repository at this point in the history
…er (#182)
  • Loading branch information
yostashiro authored and AungKoKoLin1997 committed Nov 29, 2023
1 parent 67744ed commit 5683126
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="mail.ChatterTopbar" t-inherit-mode="extension">
<xpath expr="//button[hasclass('o_ChatterTopbar_buttonSendMessage')]" position="attributes">
<xpath
expr="//button[hasclass('o_ChatterTopbar_buttonSendMessage')]"
position="attributes"
>
<attribute name="style">display: none;</attribute>
</xpath>
</t>
Expand Down

0 comments on commit 5683126

Please sign in to comment.