trytonpsk-staff_payroll_co/view/payroll_task_tree.xml

12 lines
397 B
XML
Raw Normal View History

2023-03-25 18:56:59 +01: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. -->
<!-- colors="If(Bool(Eval('receipt')), 'black', 'blue')" -->
<tree >
<field name="name"/>
<field name="payroll" />
<field name="payroll_processed"/>
2023-03-27 15:14:20 +02:00
<field name="percentage"/>
2023-03-25 18:56:59 +01:00
<field name="state"/>
</tree>