trytonpsk-staff_payroll_co/view/event_category_form.xml
Camilo Sarmiento af0387c577 migrato to git
2020-04-15 17:38:42 -05:00

21 lines
733 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. -->
<data>
<xpath
expr="/form/field[@name='absenteeism']"
position="after">
<label name="payroll_effect"/>
<field name="payroll_effect"/>
<newline/>
<label name="wage_type"/>
<field name="wage_type"/>
<label name="discount_method"/>
<field name="discount_method"/>
<label name="discount_pay"/>
<field name="discount_pay"/>
<label name="wage_type_discount"/>
<field name="wage_type_discount"/>
</xpath>
</data>