Files
tradon/modules/sale_advance_payment/view/sale_form.xml
2025-12-26 13:11:43 +00:00

16 lines
630 B
XML
Executable File

<?xml version="1.0"?>
<!-- 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>
<xpath expr="//group[@id='links']" position="inside">
<link icon="tryton-invoice" name="sale_advance_payment.act_advance_invoice_form" empty="hide"/>
</xpath>
</data>