trytonpsk-staff/message.xml

18 lines
794 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. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_employee_with_contract_current">
<field name="text">The employee "%(contract)" already has a contract in draft or active!.</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>
</data>
</tryton>