Commit 3665f100 authored by Jérome Perrin's avatar Jérome Perrin

invoice_causality_workflow is needed for invoice porttal types, even without invoice lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18117 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f85c6ce3
......@@ -33,7 +33,7 @@
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, invoice_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction Line</type>
......@@ -41,7 +41,7 @@
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_causality_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction Line</type>
......
517
\ No newline at end of file
518
\ No newline at end of file
......@@ -21,10 +21,12 @@ Purchase Invoice Transaction | accounting_workflow
Purchase Invoice Transaction | delivery_causality_interaction_workflow
Purchase Invoice Transaction | delivery_simulation_interaction_workflow
Purchase Invoice Transaction | edit_workflow
Purchase Invoice Transaction | invoice_causality_workflow
Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Sale Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Sale Invoice Transaction Line | edit_workflow
Sale Invoice Transaction | accounting_workflow
Sale Invoice Transaction | delivery_causality_interaction_workflow
Sale Invoice Transaction | delivery_simulation_interaction_workflow
Sale Invoice Transaction | edit_workflow
\ No newline at end of file
Sale Invoice Transaction | edit_workflow
Sale Invoice Transaction | invoice_causality_workflow
\ No newline at end of file
account_workflow
accounting_period_workflow
accounting_workflow
\ No newline at end of file
accounting_workflow
invoice_causality_workflow
\ No newline at end of file
......@@ -19,12 +19,4 @@
<type>Invoicing Rule</type>
<workflow>rule_validation_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>invoice_causality_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>invoice_causality_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
<?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>
5
\ No newline at end of file
6
\ No newline at end of file
......@@ -12,6 +12,4 @@ Invoice Transaction Rule | edit_workflow
Invoice Transaction Rule | rule_interaction_workflow
Invoice Transaction Rule | rule_validation_workflow
Invoicing Rule | edit_workflow
Invoicing Rule | rule_validation_workflow
Purchase Invoice Transaction | invoice_causality_workflow
Sale Invoice Transaction | invoice_causality_workflow
\ No newline at end of file
Invoicing Rule | rule_validation_workflow
\ No newline at end of file
invoice_causality_workflow
\ No newline at end of file
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