add missing file and increase version

This commit is contained in:
?ngel ?lvarez 2019-04-13 16:38:44 +02:00
parent 699c88c0ed
commit bb09f8aa16
2 changed files with 17 additions and 1 deletions

15
message.xml Normal file
View File

@ -0,0 +1,15 @@
<?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 group="1">
<record model="ir.message" id="missing_output_lot_creation_config">
<field name="text">The "When Output Lot is created?" or
"Output Lot Sequence" Production configuration params
are empty.</field>
</record>
<record model="ir.message" id="">
<field name="text"></field>
</record>
</data>
</tryton>

View File

@ -1,5 +1,5 @@
[tryton]
version=4.9.0
version=5.1.0
depends:
production
stock_lot
@ -8,3 +8,4 @@ extras_depend:
stock_lot_sequence
xml:
production.xml
message.xml