trytonpsk-staff_payroll/view/wage_type_tree.xml

16 lines
496 B
XML
Raw Normal View History

2020-04-16 00:37:53 +02: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. -->
<tree>
<field name="code"/>
<field name="name"/>
<field name="uom"/>
<field name="unit_price_formula"/>
<field name="expense_formula"/>
<field name="default_quantity"/>
<field name="debit_account"/>
<field name="credit_account"/>
<field name="company"/>
<field name="active"/>
</tree>