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

Add confirmed -> shipped and shipped -> delivered transitions on packing list worklfow

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21676 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9414950e
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
<string>cancel_action</string> <string>cancel_action</string>
<string>set_ready</string> <string>set_ready</string>
<string>set_ready_action</string> <string>set_ready_action</string>
<string>start</string>
<string>start_action</string>
<string>stop</string> <string>stop</string>
<string>stop_action</string> <string>stop_action</string>
</tuple> </tuple>
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>deliver</string>
<string>deliver_action</string>
<string>stop</string> <string>stop</string>
<string>stop_action</string> <string>stop_action</string>
</tuple> </tuple>
......
380 382
\ No newline at end of file \ No newline at end of file
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