trytonpsk-staff_payroll_co/view/payroll_multi_payment_start_form.xml
2021-02-23 00:38:03 -05:00

19 lines
672 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="period"/>
<field name="period" widget="selection"/>
<label name="company"/>
<field name="company" widget="selection"/>
<label name="payment_mode"/>
<field name="payment_mode" widget="selection"/>
<label name="wage_type"/>
<field name="wage_type" widget="selection"/>
<label name="department"/>
<field name="department" widget="selection"/>
<newline />
<label name="description"/>
<field name="description" colspan="3"/>
</form>