trytonpsk-sale_pos/view/statement_line_tree.xml

11 lines
367 B
XML

<?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="/tree/field[@name='description']" position="after">
<field name="extra_amount"/>
<field name="net_amount"/>
</xpath>
</data>