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

16 lines
545 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. -->
<form >
<label name="department"/>
<field name="department" widget="selection"/>
<label name="company"/>
<field name="company" widget="selection"/>
<label name="start_period"/>
<field name="start_period"/>
<label name="end_period"/>
<field name="end_period"/>
<label name="include_finished"/>
<field name="include_finished"/>
</form>