trytonpsk-staff_payroll/message.xml

52 lines
2.5 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. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_no_bank_accounts">
<field name="text">The employee does not have banks!</field>
</record>
<record model="ir.message" id="msg_party_required">
<field name="text">Error the wage type "%(wage)s" does not have party!</field>
</record>
<record model="ir.message" id="msg_employee_without_salary">
<field name="text">The employee does not have salary!</field>
</record>
<record model="ir.message" id="msg_sequence_missing">
<field name="text">Sequence Payroll is missing!</field>
</record>
<record model="ir.message" id="msg_period_closed">
<field name="text">Payroll period is closed!</field>
</record>
<record model="ir.message" id="msg_payroll_exist_period">
<field name="text">Already exist one payroll in this period with this contract!</field>
</record>
<record model="ir.message" id="msg_wrong_date_consistent">
<field name="text">The date start/end is repetead or crossed with other date payroll</field>
</record>
<record model="ir.message" id="msg_delete_cancel">
<field name="text">Payroll "%(payroll)s" must be cancelled before deletion.</field>
</record>
<record model="ir.message" id="msg_existing_move">
<field name="text">Payroll "%(payroll)s" has a move, must be deleted before deletion.</field>
</record>
<record model="ir.message" id="msg_bad_configuration_of_wage_type">
<field name="text">Bad configuration of the wage type "%(wage)s".</field>
</record>
<record model="ir.message" id="msg_wrong_start_end">
<field name="text">The date end can not smaller than date start.</field>
</record>
<record model="ir.message" id="msg_wrong_period_overlap">
<field name="text">The period overlap another period!.</field>
</record>
<record model="ir.message" id="msg_missing_config_default">
<field name="text">Missing default values for workday or restday on configuration!</field>
</record>
<record model="ir.message" id="msg_invalid_formula">
<field name="text">Invalid formula "%(formula)s" for unit price!</field>
</record>
</data>
</tryton>