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

19 lines
638 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="fiscalyear"/>
<field name="fiscalyear" widget="selection"/>
<label name="company"/>
<field name="company" widget="selection"/>
<label name="journal"/>
<field name="journal"/>
<label name="severance_pay"/>
<field name="severance_pay"/>
<label name="counterpart_account"/>
<field name="counterpart_account"/>
<newline/>
<label name="description"/>
<field name="description" colspan="3"/>
</form>