13 lines
491 B
XML
13 lines
491 B
XML
<?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='sale']" position="after">
|
|
<page string="Advance Payment" id="advance_payment">
|
|
<label name="advance_payment_term"/>
|
|
<field name="advance_payment_term"/>
|
|
<field name="advance_payment_lines" colspan="4"/>
|
|
</page>
|
|
</xpath>
|
|
</data>
|