Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- Done by RHT on the 10/03/2025
- Need: have the Ref Interne on the label
- Task : https://www.odoo.com/odoo/project.task/4606934
- Pastebin : https://pastebin.com/ynuzQ2JX
- -->
- <xpath expr="//div[@class='text-end']" position="replace"/>
- <xpath expr="//div[@class='o_label_left_column']" position="replace">
- <div class="o_small_twelve-fs">
- <span t-field="product.x_studio_ref_interne"/>
- <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}"/>
- </div>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement