trytonpsk-staff/message.xml

24 lines
1.1 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_employee_with_contract_current">
<field name="text">The employee "%(contract)s" already has a contract in draft or active!.</field>
</record>
<record model="ir.message" id="msg_dont_delete_contract">
<field name="text">The contract for "%(contract)s" can not delete, cancel this.</field>
</record>
<record model="ir.message" id="msg_missing_contract_sequence">
<field name="text">The contract sequence is missing on configuration!</field>
</record>
<record model="ir.message" id="msg_finish_contract_out_date">
<field name="text">You can not to finish a contract with end date on future!</field>
</record>
<record model="ir.message" id="msg_missing_canceled_date">
<field name="text">You must define canceled date for contract!</field>
</record>
</data>
</tryton>