trytonpsk-staff_payroll_co/view/payroll_line_form.xml

31 lines
1,006 B
XML
Raw Permalink Normal View History

2021-02-04 20:51:06 +01: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. -->
<data>
<xpath expr="/form/field[@name='reconciled']"
position="after">
2021-09-29 17:03:59 +02:00
2021-02-04 20:51:06 +01:00
<notebook colspan="6">
<page string="General" id="general">
<field name="move_lines" colspan="4"/>
</page>
</notebook>
</xpath>
2023-02-01 23:25:10 +01:00
<xpath expr="/form/label[@name='party']" position="before">
<label name="amount_60_40"/>
<field name="amount_60_40"/>
<label name="tax_base"/>
<field name="tax_base"/>
2023-02-01 23:25:10 +01:00
</xpath>
2021-09-29 17:03:59 +02:00
<xpath expr="/form/field[@name='party']" position="after">
2022-01-28 00:07:05 +01:00
<label name="origin"/>
<field name="origin"/>
2021-09-29 17:03:59 +02:00
<label name="is_event"/>
<field name="is_event"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
</xpath>
2021-02-04 20:51:06 +01:00
</data>