Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- Done by RHT on the 12/03/2025
- Need : Adapt the portal sale order form view
- Task : https://www.odoo.com/odoo/project.task/4642215
- Pastebin : https://pastebin.com/HK2GWtHD
- -->
- <xpath expr="//tr[@t-if='sale_order.end_date']" position="after">
- <tr t-if="sale_order.x_studio_engagement">
- <th class="ps-0 pb-0">Engagement:</th>
- <td class="w-100 pb-0 text-wrap"><span t-field="sale_order.x_studio_engagement"/></td>
- </tr>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement