17 lines
865 B
XML
17 lines
865 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_lot_modify_expiration_date_period_close">
|
|
<field name="text">You cannot modify expiration dates of lot "%(lot)s because it is used on move "%(move)s" in a closed period.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_move_lot_expired">
|
|
<field name="text">You cannot process move "%(move)s" because its lot "%(lot)s" has expired.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_period_close_sled">
|
|
<field name="text">You cannot close periods before the expiration of lot "%(lot)s" (%(date)s).</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|