first commit
This commit is contained in:
16
modules/stock_lot_sled/message.xml
Normal file
16
modules/stock_lot_sled/message.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user