mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] Improve code
This commit is contained in:
committed by
AaronHForgeFlow
parent
3063248b4b
commit
3f7a2f9608
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user