Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- Done by RHT on the 13/02/2025
- Task : https://www.odoo.com/odoo/project.project/17172/tasks/4269898
- Need : Adapt the text of the sing pop-up to not have the amount as it's the montly loan payment and not the full amount that they are agreeing on
- Pastebin : https://pastebin.com/9n7Jwn5w
- -->
- <xpath expr="//div[@t-if='sale_order._has_to_be_signed()']//main[@id='sign-dialog']" position="replace">
- <main class="modal-body" id="sign-dialog">
- <span>
- By signing, you confirm acceptance on behalf of
- <b t-field="sale_order.partner_id.commercial_partner_id"/>.
- </span>
- <t t-call="portal.signature_form">
- <t t-set="call_url" t-value="sale_order.get_portal_url(suffix='/accept')"/>
- <t t-set="default_name" t-value="sale_order.partner_id.name"/>
- </t>
- </main>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement