trytonpsk-staff_payroll_co/view/event_category_form.xml

24 lines
821 B
XML
Raw Normal View History

2020-04-16 00:38:42 +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. -->
<data>
<xpath
2021-10-22 01:01:44 +02:00
expr="/form/group[@id='checks']/field[@name='absenteeism']"
2020-04-16 00:38:42 +02:00
position="after">
<label name="payroll_effect"/>
<field name="payroll_effect"/>
2021-10-22 01:01:44 +02:00
<label name="discount_pay"/>
<field name="discount_pay"/>
</xpath>
<xpath
expr="/form/group[@id='checks']"
position="after">
2020-04-16 00:38:42 +02:00
<label name="wage_type"/>
<field name="wage_type"/>
<label name="discount_method"/>
<field name="discount_method"/>
<label name="wage_type_discount"/>
<field name="wage_type_discount"/>
</xpath>
</data>