trytonpsk-staff/view/employee_form.xml

34 lines
1.2 KiB
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='company']"
position="after">
<label name="active"/>
<field name="active"/>
<notebook colspan="4">
<page string="Info" id="info">
<label name="code"/>
<field name="code"/>
<label name="position"/>
<field name="position"/>
<label name="contract"/>
<field name="contract"/>
<label name="salary"/>
<field name="salary"/>
<notebook colspan="4">
<page string="Career" id="career">
<field name="career" colspan="4"/>
</page>
<page string="Curses" id="curses">
<field name="curses" colspan="2"/>
</page>
</notebook>
<label name="contracting_state"/>
<field name="contracting_state"/>
</page>
</notebook>
</xpath>
</data>