From 4416fd42749b73f290ce25c476a3214b510bfeb2 Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Fri, 9 May 2014 14:20:19 +0200 Subject: [PATCH] [IMP] step description in test/mrp_production_properties.yml --- mrp_production_properties/test/mrp_production_properties.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_production_properties/test/mrp_production_properties.yml b/mrp_production_properties/test/mrp_production_properties.yml index d900bb403..afa5fe2fd 100644 --- a/mrp_production_properties/test/mrp_production_properties.yml +++ b/mrp_production_properties/test/mrp_production_properties.yml @@ -99,7 +99,7 @@ proc_ids = self.search(cr, uid, [('origin','=',so.name) and ('state','=','running')]) assert proc_ids, 'Procurement is not in the running state!' - - I verify that a manufacturing order has been generated, and its properties are matching + I verify that a manufacturing order has been generated, and its properties are matching with those on the sale order line - !python {model: sale.order}: | mnf_obj = self.pool.get('mrp.production')