mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_lot_number_propagation: tests
import test_mrp_production stock.move.line : product_uom_qty -> reserved_uom_qty
This commit is contained in:
@@ -1 +1,2 @@
|
||||
from . import test_mrp_bom
|
||||
from . import test_mrp_production
|
||||
|
||||
@@ -34,7 +34,7 @@ class TestMrpProduction(Common):
|
||||
|
||||
def _set_qty_done(self, order):
|
||||
for line in order.move_raw_ids.move_line_ids:
|
||||
line.qty_done = line.product_uom_qty
|
||||
line.qty_done = line.reserved_uom_qty
|
||||
order.qty_producing = order.product_qty
|
||||
|
||||
def test_order_propagated_lot_producing(self):
|
||||
|
||||
Reference in New Issue
Block a user