Commit 13797709 authored by Alexandre Boeglin's avatar Alexandre Boeglin

finish changing transition name form edit to calculate on invoice_causality_workflow

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16747 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 33735f86
......@@ -44,14 +44,20 @@
<string>accept_decision_action</string>
<string>adopt_prevision</string>
<string>adopt_prevision_action</string>
<string>calculate</string>
<string>converge</string>
<string>edit</string>
<string>split_prevision</string>
<string>split_prevision_action</string>
<string>start_building</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -40,12 +40,18 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>calculate</string>
<string>diverge</string>
<string>edit</string>
<string>start_building</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
422
\ No newline at end of file
423
\ 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