diff --git a/message.xml b/message.xml new file mode 100644 index 0000000..b599d7f --- /dev/null +++ b/message.xml @@ -0,0 +1,15 @@ + + + + + + The "When Output Lot is created?" or + "Output Lot Sequence" Production configuration params + are empty. + + + + + + diff --git a/tryton.cfg b/tryton.cfg index a7168dc..49b98e7 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -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