trytonpsk-sale_pos/view/statement_line_tree.xml

11 lines
367 B
XML
Raw Normal View History

2020-04-15 21:47:31 +02:00
<?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">
2021-03-02 02:33:04 +01:00
<field name="extra_amount"/>
<field name="net_amount"/>
2020-04-15 21:47:31 +02:00
</xpath>
</data>