Commit 7df8001b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Cédric Le Ninivin

testMRP: Update testOrderWithItem to work with intermediate Manufacturing Order

parent 1234cc0c
......@@ -397,6 +397,8 @@ class TestMRPImplementation(TestMRPMixin):
order_line = self.order_line
resource = order_line.getResourceValue()
self.tic()
order.localBuild()
self.tic()
manufacturing_execution, = order.getCausalityRelatedValueList(
portal_type="Manufacturing Execution")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment