[MIG] Migrated mrp_auto_assign to v12

This commit is contained in:
Sudhir Arya
2018-12-14 16:29:54 +05:30
committed by JordiMForgeFlow
parent eb5cd7a2ee
commit 71af2d5049
9 changed files with 17 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ class TestMrpAutoAssign(TransactionCase):
self.stock_location_stock = self.env.ref('stock.stock_location_stock')
self.manufacture_route = self.env.ref(
'mrp.route_warehouse0_manufacture')
self.uom_unit = self.env.ref('product.product_uom_unit')
self.uom_unit = self.env.ref('uom.product_uom_unit')
self.product_manuf = self.env['product.product'].create({
'name': 'Manuf',