From 2bedb6a058b18a9cb90af700b86aabc977338207 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Tue, 17 Jul 2007 10:38:29 +0000 Subject: [PATCH] Upate to last XML format git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15233 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ProductionOrderModule_viewProductionOrderList.xml | 2 +- ...ductionPackingListModule_viewProductionPackingListList.xml | 2 +- .../ProductionReportModule_viewProductionReportList.xml | 2 +- .../erp5_mrp/SupplyChainModule_viewSupplyChainList.xml | 2 +- .../scripts/DeliveryLine_updateCellRange.xml | 3 ++- .../scripts/Order_appliedToRelatedMovement.xml | 3 ++- .../scripts/Order_buildPackingList.xml | 3 ++- .../scripts/Order_createOrderRule.xml | 3 ++- .../scripts/PackingList_acceptDecision.xml | 3 ++- .../scripts/PackingList_adoptPrevision.xml | 3 ++- .../scripts/PackingList_callSplitPrevisionTransition.xml | 4 ++-- .../scripts/PackingList_split.xml | 4 ++-- .../scripts/Container_activateUpdatePackingListState.xml | 3 ++- .../scripts/Container_updatePackingListState.xml | 3 ++- .../scripts/PackingListContent_beforeDelete.xml | 3 ++- .../scripts/PackingListContent_updatePackingListState.xml | 3 ++- .../scripts/PackingList_updateAppliedRule.xml | 2 +- .../scripts/PackingList_updateAppliedRule.xml | 3 ++- bt5/erp5_mrp/bt/comment | 1 + bt5/erp5_mrp/bt/revision | 2 +- 20 files changed, 33 insertions(+), 21 deletions(-) create mode 100644 bt5/erp5_mrp/bt/comment diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionOrderModule_viewProductionOrderList.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionOrderModule_viewProductionOrderList.xml index 738af04ed5..7feddd213d 100644 --- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionOrderModule_viewProductionOrderList.xml +++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionOrderModule_viewProductionOrderList.xml @@ -70,7 +70,7 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionPackingListModule_viewProductionPackingListList.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionPackingListModule_viewProductionPackingListList.xml index dd20e150aa..d82b081ae8 100644 --- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionPackingListModule_viewProductionPackingListList.xml +++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionPackingListModule_viewProductionPackingListList.xml @@ -70,7 +70,7 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionReportModule_viewProductionReportList.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionReportModule_viewProductionReportList.xml index 8da2e90380..fdf3230bae 100644 --- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionReportModule_viewProductionReportList.xml +++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionReportModule_viewProductionReportList.xml @@ -70,7 +70,7 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/SupplyChainModule_viewSupplyChainList.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/SupplyChainModule_viewSupplyChainList.xml index b5a65c5740..a4a246306d 100644 --- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/SupplyChainModule_viewSupplyChainList.xml +++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/SupplyChainModule_viewSupplyChainList.xml @@ -70,7 +70,7 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_matrix_workflow/scripts/DeliveryLine_updateCellRange.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_matrix_workflow/scripts/DeliveryLine_updateCellRange.xml index a6bfad6e78..c9c55a04d7 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_matrix_workflow/scripts/DeliveryLine_updateCellRange.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_matrix_workflow/scripts/DeliveryLine_updateCellRange.xml @@ -115,9 +115,10 @@ delivery_line.updateCellRange(base_id)\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>delivery_line</string> <string>base_id</string> + <string>_getattr_</string> </tuple> </value> </item> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_appliedToRelatedMovement.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_appliedToRelatedMovement.xml index 135232e6d2..61da8c4246 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_appliedToRelatedMovement.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_appliedToRelatedMovement.xml @@ -116,8 +116,9 @@ order.applyToOrderRelatedMovement(method_id=\'expand\',activate_kw=activate_kw)\ <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>order</string> + <string>_getattr_</string> <string>expand_tag</string> <string>activate_kw</string> </tuple> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml index d7f3866744..dc337061aa 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml @@ -125,8 +125,9 @@ for delivery_builder in delivery_builder_list:\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>order</string> + <string>_getattr_</string> <string>previous_tag</string> <string>expand_tag</string> <string>activate_kw</string> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_createOrderRule.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_createOrderRule.xml index abc06607f5..5f1043f9ce 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_createOrderRule.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_createOrderRule.xml @@ -115,8 +115,9 @@ order.activate(tag=tag).updateAppliedRule(tag=tag,rule_id = \'default_production <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>order</string> + <string>_getattr_</string> <string>tag</string> </tuple> </value> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_acceptDecision.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_acceptDecision.xml index c5b844d47f..48cb9f432b 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_acceptDecision.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_acceptDecision.xml @@ -125,8 +125,9 @@ packing_list.edit()\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list</string> + <string>_getattr_</string> <string>None</string> </tuple> </value> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_adoptPrevision.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_adoptPrevision.xml index 11685779d6..118c9e0ad7 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_adoptPrevision.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_adoptPrevision.xml @@ -131,8 +131,9 @@ packing_list.edit()\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list</string> + <string>_getattr_</string> <string>packing_list_portal_type</string> <string>delivery_builder</string> <string>packing_list_relative_url</string> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_callSplitPrevisionTransition.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_callSplitPrevisionTransition.xml index 9d8e3377bb..0b90790a35 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_callSplitPrevisionTransition.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_callSplitPrevisionTransition.xml @@ -125,9 +125,9 @@ packing_list.portal_workflow.doActionFor(\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> - <string>packing_list</string> <string>_getitem_</string> + <string>packing_list</string> + <string>_getattr_</string> <string>stop_date</string> <string>start_date</string> </tuple> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_split.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_split.xml index 20da3b6892..2dab0abff4 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_split.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_causality_workflow/scripts/PackingList_split.xml @@ -145,9 +145,9 @@ delivery_builder.activate().build(applied_rule_uid=applied_rule_uid)\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> - <string>packing_list</string> <string>_getitem_</string> + <string>packing_list</string> + <string>_getattr_</string> <string>stop_date</string> <string>start_date</string> <string>None</string> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml index 9e44461a5a..a5d3256112 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml @@ -114,8 +114,9 @@ packing_list_content.getExplanationValue().activate().edit()\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list_content</string> + <string>_getattr_</string> </tuple> </value> </item> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml index d22a82997e..637a9537b1 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml @@ -116,8 +116,9 @@ packing_list_content.getExplanationValue().activate().edit()\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list_content</string> + <string>_getattr_</string> </tuple> </value> </item> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_beforeDelete.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_beforeDelete.xml index e3daf70a5a..52f035e944 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_beforeDelete.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_beforeDelete.xml @@ -133,8 +133,9 @@ for simulation_movement in simulation_movement_list:\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list_content</string> + <string>_getattr_</string> <string>simulation_movement_list</string> <string>_getiter_</string> <string>simulation_movement</string> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_updatePackingListState.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_updatePackingListState.xml index 0fa2393031..ccb1589ae2 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_updatePackingListState.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingListContent_updatePackingListState.xml @@ -114,8 +114,9 @@ packing_list_content.getExplanationValue().activate().edit()\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list_content</string> + <string>_getattr_</string> </tuple> </value> </item> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingList_updateAppliedRule.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingList_updateAppliedRule.xml index a606e5ffd4..81eb10423b 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingList_updateAppliedRule.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_interaction_workflow/scripts/PackingList_updateAppliedRule.xml @@ -115,7 +115,7 @@ <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list</string> </tuple> </value> diff --git a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml index 5c9233aeb9..934329792f 100644 --- a/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml +++ b/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml @@ -114,8 +114,9 @@ packing_list.updateAppliedRule("default_production_packing_list_rule")\n <value> <tuple> <string>state_change</string> - <string>_getattr_</string> + <string>_getitem_</string> <string>packing_list</string> + <string>_getattr_</string> </tuple> </value> </item> diff --git a/bt5/erp5_mrp/bt/comment b/bt5/erp5_mrp/bt/comment new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_mrp/bt/comment @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_mrp/bt/revision b/bt5/erp5_mrp/bt/revision index d99e90eb96..8580e7b684 100644 --- a/bt5/erp5_mrp/bt/revision +++ b/bt5/erp5_mrp/bt/revision @@ -1 +1 @@ -29 \ No newline at end of file +30 \ No newline at end of file -- 2.30.9