trytonpsk-staff_payroll_co/view/income_withholdings_form.xml

11 lines
347 B
XML
Raw Normal View History

2020-04-28 01:20:57 +02:00
<?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="company"/>
<field name="company"/>
2021-04-09 19:32:25 +02:00
<label name="fiscalyear"/>
<field name="fiscalyear"/>
2020-04-28 23:08:35 +02:00
<field name="employees" colspan="4"/>
2020-04-28 01:20:57 +02:00
</form>