[IMP] mrp_progress_button: Unstart button and date_start field added

This commit is contained in:
Bernat Puig Font
2021-11-10 16:19:00 +01:00
parent 29873b2558
commit aa1b5ebaf7
4 changed files with 24 additions and 2 deletions

View File

@@ -95,3 +95,5 @@ class TestProgressButton(TransactionCase):
)
production.action_progress()
self.assertEqual(production.state, "progress")
production.action_unstart()
self.assertEqual(production.state, "confirmed")