trytonpsk-staff_payroll_co/view/liquidation_line_form.xml
2021-02-04 10:45:22 -05:00

30 lines
948 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"/>
<label name="party_to_pay"/>
<field name="party_to_pay"/>
<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>