trytonpsk-sale_pos/view/statement_line_form.xml

13 lines
432 B
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of the sale_payment module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='move']" position="after">
<label name="extra_amount"/>
<field name="extra_amount"/>
<label name="net_amount"/>
<field name="net_amount"/>
</xpath>
</data>