From f0e50352c546039e6e1648ecb9ae06abcd7a1989 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Mon, 28 Sep 2009 17:39:53 +0000 Subject: [PATCH] Export erp5_core to latest format git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29278 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Alarm%20Tool/alarm_report.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Alarm%20Tool/view.xml | 8 ++++++++ .../portal_types/Alarm/custom_report.xml | 8 ++++++++ .../portal_types/Alarm/notification.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Alarm/periodicity.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Alarm/solve.xml | 8 ++++++++ .../portal_types/Alarm/standard_report.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Alarm/view.xml | 8 ++++++++ .../portal_types/Applied%20Rule/view.xml | 8 ++++++++ .../portal_types/Base%20Category/view.xml | 8 ++++++++ .../portal_types/Base%20Domain/view.xml | 8 ++++++++ .../portal_types/Business%20Template/export.xml | 8 ++++++++ .../Business%20Template/get_portal_type_properties.xml | 8 ++++++++ .../Business%20Template/guess_portal_types.xml | 8 ++++++++ .../portal_types/Business%20Template/jump_trash_bin.xml | 8 ++++++++ .../portal_types/Business%20Template/save.xml | 8 ++++++++ .../portal_types/Business%20Template/unittest_run.xml | 8 ++++++++ .../portal_types/Business%20Template/view.xml | 8 ++++++++ .../portal_types/Business%20Template/view_catalog.xml | 8 ++++++++ .../portal_types/Business%20Template/view_detail.xml | 8 ++++++++ .../Business%20Template/view_portal_types.xml | 8 ++++++++ .../portal_types/Cache%20Factory/statistics.xml | 8 ++++++++ .../portal_types/Cache%20Factory/view.xml | 8 ++++++++ .../portal_types/Cache%20Tool/statistics.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Cache%20Tool/view.xml | 8 ++++++++ .../portal_types/Category%20Tool/fast_input.xml | 8 ++++++++ .../portal_types/Category%20Tool/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Category/view.xml | 8 ++++++++ .../portal_types/Contribution%20Predicate/view.xml | 8 ++++++++ .../portal_types/Contribution%20Registry%20Tool/view.xml | 8 ++++++++ .../portal_types/Distributed%20Ram%20Cache/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Document/view.xml | 8 ++++++++ .../portal_types/Domain%20Generator/view.xml | 8 ++++++++ .../portal_types/Domain%20Tool/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Domain/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Folder/view.xml | 8 ++++++++ .../portal_types/Memcached%20Plugin/view.xml | 8 ++++++++ .../portal_types/Memcached%20Tool/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Predicate/view.xml | 8 ++++++++ .../portal_types/Preference%20Tool/advanced.xml | 8 ++++++++ .../portal_types/Preference%20Tool/view.xml | 8 ++++++++ .../portal_types/Preference/html_style_preferences.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Preference/view.xml | 8 ++++++++ .../portal_types/Preference/view_template.xml | 8 ++++++++ .../portal_types/Ram%20Cache/statistics.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Ram%20Cache/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Rule%20Tool/view.xml | 8 ++++++++ .../portal_types/Simulation%20Movement/view.xml | 8 ++++++++ .../portal_types/Simulation%20Tool/view.xml | 8 ++++++++ .../portal_types/System%20Preference/view.xml | 8 ++++++++ .../portal_types/Template%20Tool/diff.xml | 8 ++++++++ .../portal_types/Template%20Tool/download.xml | 8 ++++++++ .../Template%20Tool/download_from_repository.xml | 8 ++++++++ .../portal_types/Template%20Tool/import.xml | 8 ++++++++ .../Template%20Tool/install_from_repository.xml | 8 ++++++++ .../portal_types/Template%20Tool/jump_trash_bins.xml | 8 ++++++++ .../portal_types/Template%20Tool/update.xml | 8 ++++++++ .../Template%20Tool/upgrade_from_repository.xml | 8 ++++++++ .../portal_types/Template%20Tool/view.xml | 8 ++++++++ .../portal_types/Trash%20Bin/jump_bt5.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Trash%20Bin/view.xml | 8 ++++++++ .../portal_types/Trash%20Folder/view.xml | 8 ++++++++ .../ActionTemplateItem/portal_types/Trash%20Tool/view.xml | 8 ++++++++ 63 files changed, 504 insertions(+) diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/alarm_report.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/alarm_report.xml index 2b529a099c..6d5e9ee383 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/alarm_report.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/alarm_report.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_report</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_report</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/view.xml index 9957bc8749..3b4a9e1672 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/custom_report.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/custom_report.xml index f0b4d978b5..0e0a303b6b 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/custom_report.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/custom_report.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/notification.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/notification.xml index 79f141593f..714c11df86 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/notification.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/notification.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/periodicity.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/periodicity.xml index 978b1987ca..c56a6b71be 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/periodicity.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/periodicity.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/solve.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/solve.xml index 30be06ff00..b94350ff75 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/solve.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/solve.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/standard_report.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/standard_report.xml index bbfa7de6cc..5450f222fd 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/standard_report.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/standard_report.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/view.xml index f586bd0a9f..ffd7ef834e 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Alarm/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Applied%20Rule/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Applied%20Rule/view.xml index bd7d1afd78..8a176c80e1 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Applied%20Rule/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Applied%20Rule/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Category/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Category/view.xml index c674bce69f..95e9be2707 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Category/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Category/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Domain/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Domain/view.xml index ba6559ad54..0b403633a5 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Domain/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Base%20Domain/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/export.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/export.xml index 328b690662..4ce02abde4 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/export.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/export.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/get_portal_type_properties.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/get_portal_type_properties.xml index 66afd14420..6bf3e7dffb 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/get_portal_type_properties.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/get_portal_type_properties.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/guess_portal_types.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/guess_portal_types.xml index 02bff9ea12..72c49853fa 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/guess_portal_types.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/guess_portal_types.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml index baa461e51a..5a1a7cbf35 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/jump_trash_bin.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_jump</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_jump</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/save.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/save.xml index 5c70c28565..bd2e3cf804 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/save.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/save.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/unittest_run.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/unittest_run.xml index 607fe07add..c9c996c839 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/unittest_run.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/unittest_run.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view.xml index 65d08de781..031a61ef62 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_catalog.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_catalog.xml index 2278eb3b7d..4394d8ebb1 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_catalog.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_catalog.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_detail.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_detail.xml index a1c8fbee8c..bffd893d92 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_detail.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_detail.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_portal_types.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_portal_types.xml index 8ed1f976d4..72a510aba6 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_portal_types.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Business%20Template/view_portal_types.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/statistics.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/statistics.xml index 9e370e6491..a4df5c53cd 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/statistics.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/statistics.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_report</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_report</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/view.xml index 66687db07c..55ab4b7438 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Factory/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/statistics.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/statistics.xml index 5bcf7b95a1..da37b63558 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/statistics.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/statistics.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_report</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_report</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/view.xml index 59aa77fdb1..41411b379b 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Cache%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/fast_input.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/fast_input.xml index b54e15ecf8..6095d59b16 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/fast_input.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/fast_input.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/view.xml index 0e135455fc..d091cb6f19 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category/view.xml index 344170f9c7..02a4597097 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Category/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Predicate/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Predicate/view.xml index e9159d1d69..a7831faf75 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Predicate/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Predicate/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Registry%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Registry%20Tool/view.xml index 1106773f71..5de3eb631b 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Registry%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Contribution%20Registry%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Distributed%20Ram%20Cache/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Distributed%20Ram%20Cache/view.xml index 13df6ee9fb..bca96b0dea 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Distributed%20Ram%20Cache/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Distributed%20Ram%20Cache/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document/view.xml index b4fe4e4b86..e3a1bfd286 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Document/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Generator/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Generator/view.xml index 57d6e0390b..da60d39c50 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Generator/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Generator/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Tool/view.xml index 0e135455fc..d091cb6f19 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain/view.xml index 57d6e0390b..da60d39c50 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Domain/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Folder/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Folder/view.xml index 0e135455fc..d091cb6f19 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Folder/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Folder/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Plugin/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Plugin/view.xml index 56dc8ce8ae..21079c0e3d 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Plugin/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Plugin/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Tool/view.xml index af59990ee2..71dd0206ec 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Memcached%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Predicate/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Predicate/view.xml index 57d6e0390b..da60d39c50 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Predicate/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Predicate/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/advanced.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/advanced.xml index f6ea690742..f3be75c707 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/advanced.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/advanced.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/view.xml index 5be2adf572..1b508e867e 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/html_style_preferences.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/html_style_preferences.xml index 208e19c333..7508579306 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/html_style_preferences.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/html_style_preferences.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml index 1aa5e90ace..6538b71ec3 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view_template.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view_template.xml index 67496550d5..3356352d39 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view_template.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view_template.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/statistics.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/statistics.xml index bc4c9a9723..9802e27ae4 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/statistics.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/statistics.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/view.xml index 6815ca105c..22cda51301 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Ram%20Cache/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Rule%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Rule%20Tool/view.xml index ecce566568..b1b2c934cb 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Rule%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Rule%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Movement/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Movement/view.xml index bd7d1afd78..8a176c80e1 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Movement/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Movement/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Tool/view.xml index 0e135455fc..d091cb6f19 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Simulation%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/System%20Preference/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/System%20Preference/view.xml index e605d79203..b73bf609ea 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/System%20Preference/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/System%20Preference/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/diff.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/diff.xml index 93850086ec..9985ff3613 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/diff.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/diff.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_action</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_action</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download.xml index d0a496e990..f782469c73 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml index 4d725f6b11..8296aec260 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/import.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/import.xml index dd4c898a01..7e9cd7e30e 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/import.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/import.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml index 809bec01e4..0bc1d50be1 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/jump_trash_bins.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/jump_trash_bins.xml index 4fd014dcd7..43a2888222 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/jump_trash_bins.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/jump_trash_bins.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_jump</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_jump</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/update.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/update.xml index 1eda344bf0..f9a25c5d9c 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/update.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/update.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml index 4ce4af0a4d..f04753ff92 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_exchange</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/view.xml index 79caf13d4a..56084f9455 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/jump_bt5.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/jump_bt5.xml index 2ccd6df62a..847663270d 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/jump_bt5.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/jump_bt5.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_jump</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_jump</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/view.xml index 0916cec947..676561b50f 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Bin/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Folder/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Folder/view.xml index 0e135455fc..d091cb6f19 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Folder/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Folder/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Tool/view.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Tool/view.xml index b45962c910..61b330cb9a 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Tool/view.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Trash%20Tool/view.xml @@ -15,6 +15,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_view</string> + </tuple> + </value> + </item> <item> <key> <string>category</string> </key> <value> <string>object_view</string> </value> -- 2.30.9