Advertisement
rht_odoo

[QW][4642215]subscription_order_portal_form

Mar 13th, 2025 (edited)
95
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 12/03/2025
  4.    Need : Adapt the portal sale order form view
  5.    Task : https://www.odoo.com/odoo/project.task/4642215
  6.    Pastebin : https://pastebin.com/HK2GWtHD
  7.    -->
  8.     <xpath expr="//tr[@t-if='sale_order.end_date']" position="after">
  9.         <tr t-if="sale_order.x_studio_engagement">
  10.             <th class="ps-0 pb-0">Engagement:</th>
  11.             <td class="w-100 pb-0 text-wrap"><span t-field="sale_order.x_studio_engagement"/></td>
  12.         </tr>  
  13.     </xpath>
  14. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement