Advertisement
rht_odoo

[QW][3890029]remove_email_header_tasks

May 14th, 2024 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <data>
  2. <!--
  3. # Done by RHT on the 26/04/2024
  4. # Reviewed by ROS on the 06/05/2024
  5. # Review: https://pastebin.com/kGw2C8MS
  6. # Task: https://www.odoo.com/web#id=3890029&cids=1&model=project.task&view_type=form
  7. # Need: don't want to see the tasks name and header in the email for task
  8. -->
  9. <xpath expr="//tbody/tr[1]" position="attributes">
  10. <attribute name="t-if">has_button_access and record._name != 'project.task'</attribute>
  11. </xpath>
  12. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement