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

set edit_workflow and validation_workflow on Tax & Discount

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20628 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a5704f2
......@@ -21,7 +21,7 @@
</chain>
<chain>
<type>Discount</type>
<workflow>edit_workflow</workflow>
<workflow>edit_workflow, validation_workflow</workflow>
</chain>
<chain>
<type>Internal Packing List</type>
......@@ -123,4 +123,8 @@
<type>Sale Trade Condition</type>
<workflow>edit_workflow, validation_workflow</workflow>
</chain>
<chain>
<type>Tax</type>
<workflow>edit_workflow, validation_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
313
\ No newline at end of file
315
\ No newline at end of file
......@@ -12,6 +12,7 @@ Delivery Cell | delivery_movement_simulation_interaction_workflow
Delivery Rule | edit_workflow
Delivery Rule | rule_validation_workflow
Discount | edit_workflow
Discount | validation_workflow
Internal Packing List Cell | pricing_interaction_workflow
Internal Packing List Line | edit_workflow
Internal Packing List Line | pricing_interaction_workflow
......@@ -87,4 +88,6 @@ Sale Packing List | packing_list_causality_workflow
Sale Packing List | packing_list_container_workflow
Sale Packing List | packing_list_workflow
Sale Trade Condition | edit_workflow
Sale Trade Condition | validation_workflow
\ No newline at end of file
Sale Trade Condition | validation_workflow
Tax | edit_workflow
Tax | validation_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