trytonpsk-staff_payroll_co/view/liquidation_line_form.xml
2020-04-21 09:03:35 -05:00

28 lines
882 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="wage"/>
<field name="wage"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="description"/>
<field name="description"/>
<label name="days"/>
<field name="days"/>
<label name="amount"/>
<field name="amount"/>
<label name="account"/>
<field name="account"/>
<notebook colspan="6">
<page string="General" id="general">
<field name="move_lines" colspan="4"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</page>
<page string="Adjustments" id="adjustments">
<field name="adjustments" colspan="4"/>
</page>
</notebook>
</form>