Commit a046cd27 authored by Jérome Perrin's avatar Jérome Perrin

Add more states in simulation movements simulation state mapping

some projects uses such states in custom workflows
parent bc481aec
No related merge requests found
...@@ -48,6 +48,8 @@ parent_to_movement_simulation_state = { ...@@ -48,6 +48,8 @@ parent_to_movement_simulation_state = {
'auto_planned' : 'auto_planned', 'auto_planned' : 'auto_planned',
'planned' : 'planned', 'planned' : 'planned',
'ordered' : 'planned', 'ordered' : 'planned',
'offered' : 'planned',
'submitted' : 'planned',
'confirmed' : 'planned', 'confirmed' : 'planned',
'getting_ready' : 'planned', 'getting_ready' : 'planned',
'ready' : 'planned', 'ready' : 'planned',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment