Skip to content
Snippets Groups Projects
Commit 88102776 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] mrp: adapt test to use new fields

Oversight of previous forward-port.
parent 4eff0af0
No related branches found
No related tags found
No related merge requests found
......@@ -203,8 +203,8 @@ class TestWarehouse(common.TestMrpCommon):
'active_id': mo_laptop.id,
'active_ids': [mo_laptop.id],
}).create({
'product_qty': 1.0,
'lot_id': serial.id,
"qty_producing": 1.0,
"final_lot_id": serial.id,
})
product_produce.do_produce()
mo_laptop.button_mark_done()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment