Reviewers: ,
Please review this at http://codereview.tryton.org/671003/
Affected files:
M stock.py
Index: stock.py
===================================================================
--- a/stock.py
+++ b/stock.py
@@ -47,6 +47,7 @@
"Check if lot is required"
for move in moves:
if (move.state == 'done'
+ and move.internal_quantity
and not move.lot
and move.product.lot_is_required(
move.from_location, move.to_location)):
--
--
[email protected] mailing list
---
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.