Advertisement
rht_odoo

[QW][4568187]remove_button_mail

Feb 12th, 2025 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1. <data>
  2.     <!-- QW[4568187] by RHT on the 12/02/2025
  3.    Task : https://www.odoo.com/odoo/project/5686/tasks/4568187
  4.    Pastebin : https://pastebin.com/u7zX9wvr
  5.    Goal is to remove the portal button from the mails sent : we want to hide the portal view to the customers -->
  6.     <xpath expr="//body" position="before">
  7.         <t t-set="has_button_access" t-value="False"/>
  8.     </xpath>
  9. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement