From a4aeb73cf78893ed648d1737ec2b2dce9a3bd42c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 7 Dec 2007 12:09:31 +0000
Subject: [PATCH] This file was not commited in r18114. Thx ivan

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18120 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../invoice_causality_workflow.xml            | 70 +++++++++++++++++++
 bt5/erp5_accounting/bt/revision               |  2 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
 create mode 100644 bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow.xml

diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow.xml
new file mode 100644
index 0000000000..08f972a841
--- /dev/null
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="DCWorkflowDefinition" module="Products.DCWorkflow.DCWorkflow"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>groups</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>invoice_causality_workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>initial_state</string> </key>
+            <value> <string>draft</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>Modify portal content</string>
+                <string>Add portal content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>state_var</string> </key>
+            <value> <string>causality_state</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Causality workflow</string> </value>
+        </item>
+        <item>
+            <key> <string>uid</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index c047c4aba9..82cf079698 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-518
\ No newline at end of file
+519
\ No newline at end of file
-- 
2.30.9