Advertisement
rht_odoo

[QW][4034651]add_product_id

Jul 16th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    #Done by RHT on the 16/07/2027
  4.    #Pastebin : https://pastebin.com/w0A1i7pv
  5.    #Need: Need to see the product that is being produced from the Gantt view
  6.    #Task: https://www.odoo.com/odoo/project.task/4034651?cids=1
  7.    -->
  8.     <xpath expr="//field[@name='json_popover']" position="after">
  9.         <field name="product_id"/>
  10.     </xpath>
  11.     <xpath expr="//t[@t-esc='workcenter_id[1]']/.." position="after">
  12.         <li><strong>Product: </strong> <t t-esc="product_id"/></li>  
  13.     </xpath>
  14. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement