details: https://code.tryton.org/tryton/commit/f23483b81f8b
branch: default
user: Cédric Krier <[email protected]>
date: Wed Dec 20 10:35:23 2023 +0100
description:
Move advance payments in separate tab of sale form
diffstat:
modules/sale_advance_payment/view/sale_form.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 5d0f5649ed67 -r f23483b81f8b
modules/sale_advance_payment/view/sale_form.xml
--- a/modules/sale_advance_payment/view/sale_form.xml Thu Dec 21 13:21:47
2023 +0100
+++ b/modules/sale_advance_payment/view/sale_form.xml Wed Dec 20 10:35:23
2023 +0100
@@ -2,11 +2,11 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
- <xpath
- expr="//page[@id='other']/field[@name='shipment_method']"
- position="after">
- <label name="advance_payment_term"/>
- <field name="advance_payment_term"/>
- <field name="advance_payment_conditions" colspan="4"/>
+ <xpath expr="//page[@id='sale']" position="after">
+ <page name="advance_payment_term">
+ <label name="advance_payment_term"/>
+ <field name="advance_payment_term"/>
+ <field name="advance_payment_conditions" colspan="4"/>
+ </page>
</xpath>
</data>