trytonpsk-staff_payroll/view/payroll_tree.xml

17 lines
686 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" expand="1"/>
<field name="number" expand="1"/>
<field name="period" expand="1"/>
<field name="start" expand="1"/>
<field name="end" expand="1"/>
<field name="date_effective" expand="1"/>
<field name="net_payment" expand="1"/>
<field name="state" expand="1"/>
<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>