From 8e7526152e3c5391471255dcecb8b42c3a655deb Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 19 Oct 2009 08:58:08 +0000 Subject: [PATCH] 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 --- .../workflow_chain_type.xml | 4 ++-- bt5/erp5_pdm/bt/change_log | 3 +++ bt5/erp5_pdm/bt/revision | 2 +- bt5/erp5_pdm/bt/template_portal_type_workflow_chain_list | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_pdm/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_pdm/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml index ee523c0ec5..6256c3105d 100644 --- a/bt5/erp5_pdm/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml +++ b/bt5/erp5_pdm/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml @@ -13,7 +13,7 @@ </chain> <chain> <type>Purchase Supply</type> - <workflow>edit_workflow</workflow> + <workflow>edit_workflow, validation_workflow</workflow> </chain> <chain> <type>Purchase Supply Line</type> @@ -21,7 +21,7 @@ </chain> <chain> <type>Sale Supply</type> - <workflow>edit_workflow</workflow> + <workflow>edit_workflow, validation_workflow</workflow> </chain> <chain> <type>Sale Supply Line</type> diff --git a/bt5/erp5_pdm/bt/change_log b/bt5/erp5_pdm/bt/change_log index d50c94776c..dd90b562ae 100644 --- a/bt5/erp5_pdm/bt/change_log +++ b/bt5/erp5_pdm/bt/change_log @@ -1,3 +1,6 @@ +2009-10-19 Kazuhiko +* add validation workflow in Purchase Supply and Sale Supply. + 2009-10-16 yusei * Update for the changes of new portal types of portal types. diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision index 5ca234cb53..387c46fdec 100644 --- a/bt5/erp5_pdm/bt/revision +++ b/bt5/erp5_pdm/bt/revision @@ -1 +1 @@ -345 \ No newline at end of file +346 \ No newline at end of file diff --git a/bt5/erp5_pdm/bt/template_portal_type_workflow_chain_list b/bt5/erp5_pdm/bt/template_portal_type_workflow_chain_list index 0fcb1c9b0d..8d1992503a 100644 --- a/bt5/erp5_pdm/bt/template_portal_type_workflow_chain_list +++ b/bt5/erp5_pdm/bt/template_portal_type_workflow_chain_list @@ -7,9 +7,11 @@ Product | validation_workflow Purchase Supply Line | edit_workflow Purchase Supply Line | supply_line_interaction_workflow Purchase Supply | edit_workflow +Purchase Supply | validation_workflow Sale Supply Line | edit_workflow Sale Supply Line | supply_line_interaction_workflow Sale Supply | edit_workflow +Sale Supply | validation_workflow Service | edit_workflow Service | validation_workflow Supply Line | edit_workflow -- 2.30.9