From 3f7a2f9608c132ca29ad2e83bb1372a9d6759c97 Mon Sep 17 00:00:00 2001 From: Sudhir Arya Date: Tue, 4 Dec 2018 15:45:45 +0530 Subject: [PATCH] [IMP] Improve code --- mrp_progress_button/tests/test_progress_button.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mrp_progress_button/tests/test_progress_button.py b/mrp_progress_button/tests/test_progress_button.py index f0706311b..4bddd28ae 100644 --- a/mrp_progress_button/tests/test_progress_button.py +++ b/mrp_progress_button/tests/test_progress_button.py @@ -58,7 +58,6 @@ class TestProgressButton(TransactionCase): Test Manufacture mto with stock based on forecast quantity and no link between sub assemblies MO's and Main MO raw material """ - production = self.production_model.create({ 'product_id': self.product_manuf.id, 'product_qty': 1, @@ -67,4 +66,3 @@ class TestProgressButton(TransactionCase): }) production.action_progress() self.assertEqual(production.state, 'progress') - \ No newline at end of file