Advertisement
rht_odoo

[QW][4606934]add_x_studio_ref_interne

Mar 10th, 2025 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <data>
  2.      <!--
  3.     Done by RHT on the 10/03/2025
  4.     Need: have the Ref Interne on the label
  5.     Task : https://www.odoo.com/odoo/project.task/4606934
  6.     Pastebin : https://pastebin.com/ynuzQ2JX
  7.     -->
  8.      <xpath expr="//div[@class='text-end']" position="replace"/>
  9.      <xpath expr="//div[@class='o_label_left_column']" position="replace">
  10.         <div class="o_small_twelve-fs">
  11.             <span t-field="product.x_studio_ref_interne"/>
  12.             <strong class="text-end" t-out="pricelist._get_product_price(product, 1, pricelist.currency_id or product.currency_id)" t-options="{'widget': 'monetary', 'display_currency': pricelist.currency_id or product.currency_id, 'label_price': True}"/>
  13.         </div>
  14.     </xpath>
  15.      
  16. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement