trytonpsk-staff_payroll/view/payroll_tree.xml

19 lines
670 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="employee"/>
<field name="number"/>
<field name="period"/>
<field name="start"/>
<field name="end"/>
<field name="date_effective"/>
<field name="gross_payments"/>
<field name="total_deductions"/>
<field name="net_payment"/>
<field name="state"/>
<button name="draft" string="Draft" tree_invisible="1"/>
<button name="process" string="Process" tree_invisible="1"/>
<button name="post" string="Post" tree_invisible="1"/>
</tree>