Commit 2c9490c6 authored by Kevin Deldycke's avatar Kevin Deldycke

No hard coded workflow states.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ca04a6f
...@@ -230,32 +230,7 @@ ...@@ -230,32 +230,7 @@
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>cancelled</string>
<string>cancelled</string>
</tuple>
<tuple>
<string>draft</string>
<string>draft</string>
</tuple>
<tuple>
<string>planned</string>
<string>planned</string>
</tuple>
<tuple>
<string>confirmed</string>
<string>confirmed</string>
</tuple>
<tuple>
<string>stopped</string>
<string>stopped</string>
</tuple>
<tuple>
<string>delivered</string>
<string>delivered</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
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