trytonpsk-staff_payroll/view/payroll_line_tree.xml

16 lines
534 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. -->
<!-- colors="If(Bool(Eval('receipt')), 'black', 'blue')" -->
<tree >
<field name="sequence"/>
<field name="wage_type" expand="1"/>
<field name="description"/>
<field name="uom"/>
<field name="quantity"/>
<field name="unit_value"/>
<field name="amount"/>
<field name="party"/>
<field name="receipt" tree_invisible="1"/>
</tree>