From 6913627b66e90df99ea738bf6ae8533742f8fd78 Mon Sep 17 00:00:00 2001 From: "Harry (OpenERP)" Date: Wed, 29 Sep 2010 15:42:08 +0530 Subject: [PATCH] [MERGE] Fix yml issue on mrp_subproduct bzr revid: hmo@tinyerp.com-20100929101208-q9dx3byqko2hbpuw --- addons/mrp_subproduct/test/mrp_subproduct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mrp_subproduct/test/mrp_subproduct.yml b/addons/mrp_subproduct/test/mrp_subproduct.yml index 520a4e98163..56c62b94d09 100644 --- a/addons/mrp_subproduct/test/mrp_subproduct.yml +++ b/addons/mrp_subproduct/test/mrp_subproduct.yml @@ -164,6 +164,6 @@ I see that stock moves of Wood and Nails including Wooden Table are done now. - !python {model: stock.move}: | - move_ids = self.search(cr, uid, [('product_id','in',[ref("product_product_woodenchair0"),ref("product_product_woodentable0"),ref("product_product_wood0"),ref("product_product_nails0")])]) + move_ids = self.search(cr, uid, [('product_id','in',[ref("product_product_woodentable0"),ref("product_product_wood0"),ref("product_product_nails0")])]) moves = self.browse(cr, uid, move_ids) assert all(move.state == 'done' for move in moves), 'Moves are not done!'