trytonpsk-staff_payroll/view/employee_form.xml

18 lines
640 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='info']" position="after">
<page string="Mandatory Wages" id="mandatory_wages">
<field name="mandatory_wages" colspan="4"
view_ids="staff_payroll.staff_mandatory_wage_view_tree"/>
</page>
</xpath>
<xpath
expr="/form/field[@name='company']" position="after">
<label name="category"/>
<field name="category"/>
</xpath>
</data>