Commit c15a6458 authored by Jérome Perrin's avatar Jérome Perrin

allowed content types, hidden content types and workflow chains are now sorted

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30152 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 226ee0fb
......@@ -4,21 +4,21 @@
<item>Invoice Line</item>
</portal_type>
<portal_type id="Invoice Transaction Rule">
<item>Category Divergence Tester</item>
<item>Accounting Rule Cell</item>
<item>Category Divergence Tester</item>
<item>Predicate</item>
<item>Property Divergence Tester</item>
<item>Quantity Divergence Tester</item>
<item>Predicate</item>
</portal_type>
<portal_type id="Invoicing Rule">
<item>Property Divergence Tester</item>
<item>Category Divergence Tester</item>
<item>Property Divergence Tester</item>
<item>Quantity Divergence Tester</item>
</portal_type>
<portal_type id="Rule Tool">
<item>Invoice Transaction Rule</item>
<item>Invoicing Rule</item>
<item>Trade Model Rule</item>
<item>Invoice Transaction Rule</item>
</portal_type>
<portal_type id="Trade Model Rule">
<item>Category Divergence Tester</item>
......
<hidden_content_type_list>
<portal_type id="Invoice Line">
<item>Invoice Line</item>
<item>Invoice Cell</item>
<item>Invoice Line</item>
</portal_type>
<portal_type id="Invoice Transaction Rule">
<item>Accounting Rule Cell</item>
......
<workflow_chain>
<chain>
<type>Invoice Cell</type>
<workflow>pricing_interaction_workflow, delivery_movement_account_interaction_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_account_interaction_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Invoice Line</type>
<workflow>delivery_movement_simulation_interaction_workflow, delivery_movement_account_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow, movement_base_contribution_interaction_workflow, delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_account_interaction_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_base_contribution_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Invoice Transaction Rule</type>
......
301
\ No newline at end of file
302
\ 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