Commit a391188c authored by Vincent Pelletier's avatar Vincent Pelletier

Allow to execute scripts corresponding to action presented to the user, so he...

Allow to execute scripts corresponding to action presented to the user, so he can actually pass transactions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5337 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9bc9bd3
...@@ -34,14 +34,25 @@ ...@@ -34,14 +34,25 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>email_offer</string>
<string>email_offer_action</string> <string>email_offer_action</string>
<string>enquire</string>
<string>enquire_action</string> <string>enquire_action</string>
<string>expire</string>
<string>expire_action</string> <string>expire_action</string>
<string>offer</string>
<string>offer_action</string> <string>offer_action</string>
<string>sell</string>
<string>sell_action</string> <string>sell_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -34,12 +34,21 @@ ...@@ -34,12 +34,21 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>email_offer</string>
<string>email_offer_action</string> <string>email_offer_action</string>
<string>expire</string>
<string>expire_action</string> <string>expire_action</string>
<string>offer</string>
<string>offer_action</string> <string>offer_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -40,10 +40,17 @@ ...@@ -40,10 +40,17 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>reset</string>
<string>reset_action</string> <string>reset_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -34,13 +34,23 @@ ...@@ -34,13 +34,23 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>enquire</string>
<string>enquire_action</string> <string>enquire_action</string>
<string>expire</string>
<string>expire_action</string> <string>expire_action</string>
<string>reject</string>
<string>reject_action</string> <string>reject_action</string>
<string>sell</string>
<string>sell_action</string> <string>sell_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -34,10 +34,17 @@ ...@@ -34,10 +34,17 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>reset</string>
<string>reset_action</string> <string>reset_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
...@@ -34,10 +34,17 @@ ...@@ -34,10 +34,17 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>reset</string>
<string>reset_action</string> <string>reset_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
<value> <value>
......
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