From f1c02c4c898cabd44d35dfafb524456c441c54bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 3 Aug 2010 09:17:24 +0000
Subject: [PATCH] movement_resource_interaction_workflow is not needed on
 Accounting Lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37436 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml | 2 +-
 bt5/erp5_accounting/bt/revision                                 | 2 +-
 bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
index c2f0a86bda..99a4d2d1fa 100644
--- a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+++ b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
@@ -13,7 +13,7 @@
  </chain>
  <chain>
   <type>Accounting Transaction Line</type>
-  <workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow</workflow>
+  <workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
  </chain>
  <chain>
   <type>Accounting Transaction Root Simulation Rule</type>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 0ef1886d20..db7ad20dcd 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1330
\ No newline at end of file
+1331
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list b/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
index 6656e55b6a..0d23df8d50 100644
--- a/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
+++ b/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
@@ -5,7 +5,6 @@ Accounting Period | edit_workflow
 Accounting Transaction Line | delivery_movement_causality_interaction_workflow
 Accounting Transaction Line | delivery_movement_simulation_interaction_workflow
 Accounting Transaction Line | edit_workflow
-Accounting Transaction Line | movement_resource_interaction_workflow
 Accounting Transaction Root Simulation Rule | edit_workflow
 Accounting Transaction Root Simulation Rule | rule_validation_workflow
 Accounting Transaction | accounting_workflow
-- 
2.30.9