1
0
Fork 0
mirror of synced 2023-12-14 09:32:52 +01:00
trytond-stock_lot_sequence/messages.xml
2019-11-08 14:05:54 +01:00

12 lines
419 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="no_sequence">
<field name="text">No sequence defined for lot. You must
define a sequence or enter lot\'s number.</field>
</record>
</data>
</tryton>