trytonpsk-staff_payroll_co/view/payroll_export_start_view_form.xml
2020-08-04 12:39:26 -05:00

14 lines
471 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"/>
</form>