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

testMRP: Test Item is transfered to Manufacturing Order

parent 73a1db3d
......@@ -404,6 +404,9 @@ class TestMRPImplementation(TestMRPMixin):
order_line = self.order_line
resource = order_line.getResourceValue()
self.tic()
manufacturing_order_line, = order.getCausalityRelatedValueList(
portal_type="Manufacturing Order Line")
self.assertEquals(self.item, manufacturing_order_line.getAggregateValue())
order.localBuild()
self.tic()
......
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