trytonpsk-staff_payroll_co/view/liquidation_tree.xml

18 lines
590 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. -->
<tree >
<field name="number"/>
<field name="employee"/>
<field name="start_period"/>
<field name="end_period"/>
<field name="kind"/>
<field name="liquidation_date"/>
<field name="gross_payments"/>
<field name="total_deductions"/>
<field name="net_payment"/>
<field name="state"/>
<button name="post"/>
<button name="confirm" string="Confirm" tree_invisible="1"/>
</tree>