Commit c968c0fc authored by Rafael Monnerat's avatar Rafael Monnerat

Production Order Cell portal types now use Order Cell as Metatype.

Thanks Romain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9878 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdfdca45
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Delivery Cell</string> </value>
<value> <string>ERP5 Order Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -72,7 +72,7 @@
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addDeliveryCell</string> </value>
<value> <string>addOrderCell</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
......
......@@ -3,25 +3,29 @@
<type>Production Order</type>
<workflow>edit_workflow, production_order_workflow</workflow>
</chain>
<chain>
<type>Production Order Cell</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Production Order Line</type>
<workflow>production_matrix_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Production Packing List</type>
<workflow>production_packing_list_workflow, production_packing_list_interaction_workflow, production_packing_list_causality_workflow, edit_workflow</workflow>
<workflow>production_packing_list_workflow, production_packing_list_causality_workflow, edit_workflow, production_packing_list_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Line</type>
<workflow>production_matrix_workflow, edit_workflow, production_packing_list_interaction_workflow</workflow>
<workflow>edit_workflow, production_packing_list_interaction_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Production Report</type>
<workflow>production_packing_list_workflow, production_packing_list_interaction_workflow, production_packing_list_causality_workflow, edit_workflow</workflow>
<workflow>production_packing_list_causality_workflow, production_packing_list_interaction_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Report Line</type>
<workflow>edit_workflow, production_packing_list_interaction_workflow, production_matrix_workflow</workflow>
<workflow>edit_workflow, production_matrix_workflow, production_packing_list_interaction_workflow</workflow>
</chain>
<chain>
<type>Supply Chain</type>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5.InteractionWorkflow</string>
<string>InteractionWorkflowDefinition</string>
</tuple>
<none/>
</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>production_order_interaction_workflow</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
10
\ No newline at end of file
13
\ No newline at end of file
Production Order Cell | edit_workflow
Production Order Line | edit_workflow
Production Order Line | production_matrix_workflow
Production Order | edit_workflow
......
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