trytonpsk-staff_payroll_co/view/payroll_form.xml
wilson gomez sanchez 134ad96840 minor fix
2021-02-25 18:27:20 -05:00

25 lines
822 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/notebook/page[@id='information']/field[@name='kind']"
position="after">
<group colspan="2" col="4">
<label name="last_payroll"/>
<field name="last_payroll"/>
<label name="sended_mail"/>
<field name="sended_mail"/>
</group>
<label name="ibc"/>
<field name="ibc"/>
<label name="absenteeism_days"/>
<field name="absenteeism_days"/>
</xpath>
<xpath expr="/form/notebook/page[@id='information']/field[@name='contract']"
position="after">
<label name="department"/>
<field name="department"/>
</xpath>
</data>