Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!-- Hides "Button" done by RICO-->
- <xpath expr="//div[@t-if='subtitles or has_button_access or actions or not is_discussion']" position="attributes">
- <attribute name="t-if">has_button_access and record._name != 'helpdesk.ticket' </attribute>
- </xpath>
- <!-- QW[4568187] by RHT on the 17/02/2025
- Task : https://www.odoo.com/odoo/project/5686/tasks/4570969
- Pastebin : https://pastebin.com/ZggHZv46
- Goal is to remove the portal button from the mails sent : we want to remove the footer as everything is already in the signature -->
- <xpath expr="//div[5]" position="replace"/>
- <xpath expr="//div[4]" position="replace"/>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement