Commit 8e752615 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2009-10-19 Kazuhiko

* add validation workflow in Purchase Supply and Sale Supply.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29780 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6246d723
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</chain> </chain>
<chain> <chain>
<type>Purchase Supply</type> <type>Purchase Supply</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow, validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Supply Line</type> <type>Purchase Supply Line</type>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</chain> </chain>
<chain> <chain>
<type>Sale Supply</type> <type>Sale Supply</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow, validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Supply Line</type> <type>Sale Supply Line</type>
......
2009-10-19 Kazuhiko
* add validation workflow in Purchase Supply and Sale Supply.
2009-10-16 yusei 2009-10-16 yusei
* Update for the changes of new portal types of portal types. * Update for the changes of new portal types of portal types.
......
345 346
\ No newline at end of file \ No newline at end of file
...@@ -7,9 +7,11 @@ Product | validation_workflow ...@@ -7,9 +7,11 @@ Product | validation_workflow
Purchase Supply Line | edit_workflow Purchase Supply Line | edit_workflow
Purchase Supply Line | supply_line_interaction_workflow Purchase Supply Line | supply_line_interaction_workflow
Purchase Supply | edit_workflow Purchase Supply | edit_workflow
Purchase Supply | validation_workflow
Sale Supply Line | edit_workflow Sale Supply Line | edit_workflow
Sale Supply Line | supply_line_interaction_workflow Sale Supply Line | supply_line_interaction_workflow
Sale Supply | edit_workflow Sale Supply | edit_workflow
Sale Supply | validation_workflow
Service | edit_workflow Service | edit_workflow
Service | validation_workflow Service | validation_workflow
Supply Line | edit_workflow Supply Line | edit_workflow
......
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