Advertisement
rht_odoo

[QW][3890029]remove_email_header_tasks

Apr 26th, 2024 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <data>
  2. <!--
  3. # Done by RHT on the 26/04/2024
  4. # Reviewed bu xxx on the xx/xx/2024
  5. # Review: https://pastebin.com/HpmUMhru
  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="//div[@t-if='has_button_access']" position="attributes">
  10.      <attribute name="t-if">has_button_access and record._name != 'project.task'</attribute>
  11.   </xpath>
  12.   <xpath expr="//div[@t-if='subtitles or has_button_access or actions or not is_discussion']" position="attributes">
  13.      <attribute name="t-if">record._name != 'project.task'</attribute>
  14.   </xpath>
  15. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement