Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- # Done by RHT on the 14/08/2024
- # Pastebin : https://pastebin.com/NHnAFhiu
- # Need : to only have the sales description on the portal instead of the so line description
- # Task : https://www.odoo.com/odoo/project/5686/tasks/4113403
- -->
- <xpath expr="//a[@t-if='line.product_id.website_published']" position="replace">
- <a t-if="line.product_id.website_published" t-att-href="line.product_id.website_url" class="d-block text-wrap" style="max-width: 35vw">
- <span t-field="line.x_studio_description"/>
- </a>
- </xpath>
- <xpath expr="//t[@t-if='not line.product_id.website_published']" position="replace">
- <t t-if="not line.product_id.website_published">
- <span t-field="line.x_studio_description" class="d-block text-wrap" style="max-width: 35vw"/>
- </t>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement