[Erp5-report] r18048 - in /erp5/trunk/bt5/erp5_banking_core: PortalTypeWorkflowChainTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 6 11:33:43 CET 2007


Author: aurel
Date: Thu Dec  6 11:33:42 2007
New Revision: 18048

URL: http://svn.erp5.org?rev=18048&view=rev
Log:
remove validation workflow on currency and currency_exchange_line

Modified:
    erp5/trunk/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_banking_core/bt/revision
    erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list

Modified: erp5/trunk/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=18048&r1=18047&r2=18048&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Thu Dec  6 11:33:42 2007
@@ -33,10 +33,10 @@
  </chain>
  <chain>
   <type>Currency</type>
-  <workflow>edit_workflow</workflow>
+  <workflow>-validation_workflow, edit_workflow</workflow>
  </chain>
  <chain>
   <type>Currency Exchange Line</type>
-  <workflow>currency_exchange_line_interaction_workflow, edit_workflow, currency_exchange_line_workflow</workflow>
+  <workflow>currency_exchange_line_interaction_workflow, -validation_workflow, edit_workflow, currency_exchange_line_workflow</workflow>
  </chain>
 </workflow_chain>

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=18048&r1=18047&r2=18048&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision Thu Dec  6 11:33:42 2007
@@ -1,1 +1,1 @@
-387
+388

Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list?rev=18048&r1=18047&r2=18048&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list Thu Dec  6 11:33:42 2007
@@ -13,7 +13,9 @@
 Counter Date | edit_workflow
 Counter | counter_workflow
 Counter | edit_workflow
+Currency Exchange Line | -validation_workflow
 Currency Exchange Line | currency_exchange_line_interaction_workflow
 Currency Exchange Line | currency_exchange_line_workflow
 Currency Exchange Line | edit_workflow
+Currency | -validation_workflow
 Currency | edit_workflow




More information about the Erp5-report mailing list