trytonpsk-staff_payroll_co/view/configuration_form.xml

32 lines
1.3 KiB
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. -->
<data>
<xpath
expr="/form/field[@name='default_journal']" position="after">
<label name="staff_liquidation_sequence"/>
<field name="staff_liquidation_sequence"/>
<label name="extras_limit"/>
<field name="extras_limit"/>
<label name="uvt_value"/>
<field name="uvt_value"/>
<label name="liquidation_account"/>
<field name="liquidation_account"/>
<label name="payment_partial_sunday"/>
<field name="payment_partial_sunday"/>
<label name="allow_zero_quantities"/>
<field name="allow_zero_quantities"/>
<label name="limit_shift_month"/>
<field name="limit_shift_month"/>
<label name="wage_shift_fixed"/>
<field name="wage_shift_fixed"/>
<label name="tax_withholding"/>
<field name="tax_withholding"/>
</xpath>
<xpath
expr="/form/field[@name='minimum_salary']" position="after">
<label name="template_email_confirm"/>
<field name="template_email_confirm"/>
</xpath>
</data>