From 4a440a9953bd5e299ee96d430c692aa9ee067e58 Mon Sep 17 00:00:00 2001 From: "pso (OpenERP)" Date: Thu, 26 Jul 2012 15:16:58 +0530 Subject: [PATCH] [IMP] mrp_operations: Improved yml bzr revid: pso@tinyerp.com-20120726094658-si1qsl70jma8lp2g --- addons/mrp_operations/test/workcenter_operations.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/mrp_operations/test/workcenter_operations.yml b/addons/mrp_operations/test/workcenter_operations.yml index 6036316743c..c1449657967 100644 --- a/addons/mrp_operations/test/workcenter_operations.yml +++ b/addons/mrp_operations/test/workcenter_operations.yml @@ -51,7 +51,6 @@ order = self.browse(cr, uid, ref("mrp.mrp_production_1"), context=context) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'mrp.production.workcenter.line', order.workcenter_lines[0].id, 'button_pause', cr) - wf_service.trg_validate(uid, 'mrp.production.workcenter.line', order.workcenter_lines[0].id, 'button_resume', cr) - I resume first work operation. - @@ -102,7 +101,6 @@ - !python {model: mrp.production}: | order = self.browse(cr, uid, ref("mrp.mrp_production_1"), context=context) - print order.state assert order.state == 'done', "Production should be closed after finished all operations." - I print a Barcode Report of Operation line.