trytonpsk-staff_payroll_co/view/liquidation_line_tree.xml

16 lines
436 B
XML
Raw Permalink Normal View History

2020-04-16 00:38:42 +02:00
<?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. -->
<tree >
<field name="sequence"/>
<field name="wage"/>
<field name="description"/>
<field name="days"/>
<field name="amount"/>
2021-02-04 16:45:22 +01:00
<field name="party_to_pay"/>
2020-04-16 00:38:42 +02:00
<!--
<field name="amount_to_post"/>
-->
<field name="notes"/>
</tree>