From 7a9840e61a48ef6906b127e5655ad07749dbe727 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Wed, 1 Feb 2006 19:23:47 +0000 Subject: [PATCH] * Delete all jump menus defined on Organisation module: they are just shortcuts to other modules. * Same on Person module. * Reorder Bank Account tabs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5516 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Bank%20Account/history.xml | 2 +- .../portal_types/Bank%20Account/metadata.xml | 2 +- .../portal_types/Bank%20Account/print_pdf.xml | 2 +- .../Bank%20Account/transactions.xml | 2 +- .../Organisation%20Module/csv_export.xml | 8 ++ .../Organisation%20Module/csv_import.xml | 8 ++ .../jump_to_accounting.xml | 85 ----------------- .../jump_to_opportunity.xml | 85 ----------------- .../Organisation%20Module/jump_to_project.xml | 85 ----------------- .../jump_to_purchase_order.xml | 85 ----------------- .../jump_to_purchase_packing_list.xml | 85 ----------------- .../jump_to_sale_order.xml | 85 ----------------- .../jump_to_sale_packing_list.xml | 85 ----------------- .../jump_to_support_request.xml | 85 ----------------- .../Organisation%20Module/list_ui.xml | 8 ++ .../Organisation%20Module/print.xml | 8 ++ .../Organisation%20Module/search.xml | 8 ++ .../Organisation%20Module/sort_on.xml | 8 ++ .../Organisation%20Module/translate.xml | 8 ++ .../Organisation%20Module/view.xml | 8 ++ .../Person%20Module/jump_to_accounting.xml | 93 ------------------- .../Person%20Module/jump_to_opportunity.xml | 93 ------------------- .../Person%20Module/jump_to_project.xml | 93 ------------------- .../jump_to_purchase_order.xml | 93 ------------------- .../jump_to_purchase_packing_list.xml | 93 ------------------- .../Person%20Module/jump_to_sale_order.xml | 93 ------------------- .../jump_to_sale_packing_list.xml | 93 ------------------- .../jump_to_support_request.xml | 93 ------------------- .../ERP5/bootstrap/erp5_core/bt/change_log | 5 + .../erp5_core/bt/template_action_path_list | 16 ---- 30 files changed, 73 insertions(+), 1444 deletions(-) delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_accounting.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_opportunity.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_project.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_order.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_packing_list.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_order.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_packing_list.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_support_request.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_accounting.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_opportunity.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_project.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_order.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_packing_list.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_order.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_packing_list.xml delete mode 100755 product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_support_request.xml diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/history.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/history.xml index 089782cbc2..78a1c04ac8 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/history.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/history.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>3.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/metadata.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/metadata.xml index 799ec8652d..6e41be7e07 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/metadata.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/metadata.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>4.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/print_pdf.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/print_pdf.xml index b63e6cdedd..5cebfdaeb5 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/print_pdf.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/print_pdf.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>5.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml index bad335fab0..ed38d19f0d 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Bank%20Account/transactions.xml @@ -60,7 +60,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>3.0</float> </value> + <value> <float>2.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_export.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_export.xml index b182b2120c..4a2e3ceda7 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_export.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_export.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>csv_export</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_import.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_import.xml index 9fade67779..52faa83b25 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_import.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/csv_import.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>csv_import</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_accounting.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_accounting.xml deleted file mode 100755 index 56ad0e3053..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_accounting.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_accounting</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>5.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Accounting</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/accounting/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_opportunity.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_opportunity.xml deleted file mode 100755 index 8b96c246e3..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_opportunity.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_opportunity</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>9.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Opportunity</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/opportunity/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_project.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_project.xml deleted file mode 100755 index 824163b858..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_project.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_project</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>6.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Project</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/project/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_order.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_order.xml deleted file mode 100755 index 047a381267..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_order.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_purchase_order</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>7.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Purchase Order</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/purchase_order/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_packing_list.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_packing_list.xml deleted file mode 100755 index 6222236b3d..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_purchase_packing_list.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_purchase_packing_list</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>8.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Purchase Packing List</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/purchase_packing_list/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_order.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_order.xml deleted file mode 100755 index 8ec963eacc..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_order.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_sale_order</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>10.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Order</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/sale_order/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_packing_list.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_packing_list.xml deleted file mode 100755 index df34c1c7e0..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_sale_packing_list.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_sale_packing_list</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>11.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Packing List</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/sale_packing_list/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_support_request.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_support_request.xml deleted file mode 100755 index dd5552f5bd..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/jump_to_support_request.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_support_request</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>12.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Support Request</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/support_request/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/list_ui.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/list_ui.xml index ff2e45b676..74f0a65bc0 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/list_ui.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/list_ui.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>list_ui</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/print.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/print.xml index 741c97a043..5938b64928 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/print.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/print.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>print</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/search.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/search.xml index 12f0db683c..1546401c1d 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/search.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/search.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>search</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/sort_on.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/sort_on.xml index 8bdf2d5578..925f2783d8 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/sort_on.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/sort_on.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>sort_on</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/translate.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/translate.xml index 06fdb4816f..758a345176 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/translate.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/translate.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>translate</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/view.xml index 3d1dac79c5..635056568d 100755 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Organisation%20Module/view.xml @@ -36,10 +36,18 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>id</string> </key> <value> <string>view</string> </value> </item> + <item> + <key> <string>optional</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_accounting.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_accounting.xml deleted file mode 100755 index 4159728d45..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_accounting.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_accounting</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>12.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Accounting</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/accounting/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_opportunity.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_opportunity.xml deleted file mode 100755 index d22bd6af9f..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_opportunity.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_opportunity</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>16.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Opportunity</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/opportunity/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_project.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_project.xml deleted file mode 100755 index 63cb3d3030..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_project.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_project</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>13.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Project</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/project/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_order.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_order.xml deleted file mode 100755 index 21f8455f39..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_order.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_purchase_order</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>14.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Purchase Order</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/purchase_order/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_packing_list.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_packing_list.xml deleted file mode 100755 index 721725a72d..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_purchase_packing_list.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_purchase_packing_list</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>15.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Purchase Packing List</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/purchase_packing_list/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_order.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_order.xml deleted file mode 100755 index c39a38db31..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_order.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_sale_order</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>17.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Order</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/sale_order/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_packing_list.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_packing_list.xml deleted file mode 100755 index 73b916c65b..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_sale_packing_list.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_sale_packing_list</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>18.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sale Packing List</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/sale_packing_list/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_support_request.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_support_request.xml deleted file mode 100755 index 79410da29d..0000000000 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Person%20Module/jump_to_support_request.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.ERP5Type.patches.ActionInformation</string> - <string>PatchedActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_jump</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>jump_to_support_request</string> </value> - </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>19.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Support Request</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${portal_url}/support_request/view</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 5fbc286726..de573c3e22 100755 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,8 @@ +2006-02-01 kevin +* Delete all jump menus defined on Organisation module: they are just shortcuts to other modules. +* Same on Person module. +* Reorder Bank Account tabs. + 2006-02-01 aurel * add parameters to script TemplateTool_downloadRepositoryBusinessTemplateList diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_action_path_list b/product/ERP5/bootstrap/erp5_core/bt/template_action_path_list index 656737c1a9..1a2fadf0a7 100755 --- a/product/ERP5/bootstrap/erp5_core/bt/template_action_path_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_action_path_list @@ -157,14 +157,6 @@ Order Tool | sort_on Order Tool | view Organisation Module | csv_export Organisation Module | csv_import -Organisation Module | jump_to_accounting -Organisation Module | jump_to_opportunity -Organisation Module | jump_to_project -Organisation Module | jump_to_purchase_order -Organisation Module | jump_to_purchase_packing_list -Organisation Module | jump_to_sale_order -Organisation Module | jump_to_sale_packing_list -Organisation Module | jump_to_support_request Organisation Module | list_ui Organisation Module | print Organisation Module | search @@ -192,14 +184,6 @@ Person Module | csv_export Person Module | csv_import Person Module | email_report Person Module | exchange -Person Module | jump_to_accounting -Person Module | jump_to_opportunity -Person Module | jump_to_project -Person Module | jump_to_purchase_order -Person Module | jump_to_purchase_packing_list -Person Module | jump_to_sale_order -Person Module | jump_to_sale_packing_list -Person Module | jump_to_support_request Person Module | list_emails Person Module | list_ui Person Module | print -- 2.30.9