From 0e21f2ad61dcf3bc854eee4912c68c7e37939adf Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 7 Nov 2008 15:05:02 +0000 Subject: [PATCH] Remove some Global actions on Portal Types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24526 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Amortisation%20Rule/history.xml | 77 ------------------- .../Amortisation%20Rule/metadata.xml | 77 ------------------- .../Amortisation%20Rule/print.xml | 77 ------------------- .../history.xml | 77 ------------------- .../metadata.xml | 77 ------------------- .../print.xml | 77 ------------------- .../view.xml | 2 +- .../Amortisation%20Transaction/history.xml | 77 ------------------- .../jump_causality_items.xml | 2 +- .../Amortisation%20Transaction/metadata.xml | 77 ------------------- .../Amortisation%20Transaction/print.xml | 77 ------------------- .../Amortisation%20Transaction/view.xml | 2 +- .../Immobilisation%20Line/history.xml | 77 ------------------- .../Immobilisation%20Line/metadata.xml | 77 ------------------- .../Immobilisation%20Line/print.xml | 77 ------------------- .../Immobilisation%20Module/list_ui.xml | 77 ------------------- .../Immobilisation%20Module/print.xml | 77 ------------------- .../Immobilisation%20Module/sort_on.xml | 77 ------------------- .../portal_types/Immobilisation/history.xml | 77 ------------------- .../portal_types/Immobilisation/metadata.xml | 77 ------------------- .../portal_types/Immobilisation/print.xml | 77 ------------------- bt5/erp5_immobilisation/bt/revision | 2 +- .../bt/template_action_path_list | 18 ----- 23 files changed, 4 insertions(+), 1408 deletions(-) delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/history.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/metadata.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/print.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/history.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/metadata.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/print.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/history.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/metadata.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/print.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/history.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/metadata.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/print.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/list_ui.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/print.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/sort_on.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/history.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/metadata.xml delete mode 100644 bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/print.xml diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/history.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/history.xml deleted file mode 100644 index 4c5456bc6d..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/history.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>history</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>History</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/metadata.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/metadata.xml deleted file mode 100644 index 5b2798f4e2..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/metadata.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>metadata</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>Manage portal</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>Metadata</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/print.xml deleted file mode 100644 index 48db676274..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Rule/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_print</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>print</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>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_printPdf</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/history.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/history.xml deleted file mode 100644 index b68c21b083..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/history.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>history</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>History</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/metadata.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/metadata.xml deleted file mode 100644 index cd1055bd79..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/metadata.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>metadata</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>Metadata</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/print.xml deleted file mode 100644 index 48db676274..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_print</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>print</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>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_printPdf</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/view.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/view.xml index 5fce0b836c..5e54d96fbd 100644 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/view.xml +++ b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction%20Line/view.xml @@ -45,7 +45,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>10.0</float> </value> + <value> <float>1.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/history.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/history.xml deleted file mode 100644 index b68c21b083..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/history.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>history</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>History</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/jump_causality_items.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/jump_causality_items.xml index 6b7bc18c89..1e9c102c6d 100644 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/jump_causality_items.xml +++ b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/jump_causality_items.xml @@ -45,7 +45,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>2.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/metadata.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/metadata.xml deleted file mode 100644 index 6bf030780a..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/metadata.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>metadata</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>Manage properties</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>Metadata</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/print.xml deleted file mode 100644 index 8dc9ebe80b..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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</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>print</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>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_printPdf</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/view.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/view.xml index d0c4cf34f5..c3c9bdfbbb 100644 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/view.xml +++ b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Amortisation%20Transaction/view.xml @@ -45,7 +45,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>10.0</float> </value> + <value> <float>1.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/history.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/history.xml deleted file mode 100644 index ad843c16ba..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/history.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>history</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>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>History</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/metadata.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/metadata.xml deleted file mode 100644 index 49752ad751..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/metadata.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>metadata</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>Manage properties</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Metadata</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/print.xml deleted file mode 100644 index deec4a8484..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Line/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_print</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>print</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>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/ImmobilisationLine_print</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/list_ui.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/list_ui.xml deleted file mode 100644 index c8b5be122d..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/list_ui.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_ui</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>list_ui</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>3.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Parameters</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewUIDialog</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/print.xml deleted file mode 100644 index d4cd9edd27..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_print</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>print</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>2.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_printPdf</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/sort_on.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/sort_on.xml deleted file mode 100644 index 69d3cd7595..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation%20Module/sort_on.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_sort</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>sort_on</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>4.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Sort</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Folder_viewSortOnDialog</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/history.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/history.xml deleted file mode 100644 index f39f4fd0d1..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/history.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>history</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>99.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>History</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/metadata.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/metadata.xml deleted file mode 100644 index f60514c40e..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/metadata.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_view</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>metadata</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>Manage properties</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>100.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Metadata</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/print.xml b/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/print.xml deleted file mode 100644 index d4cd9edd27..0000000000 --- a/bt5/erp5_immobilisation/ActionTemplateItem/portal_types/Immobilisation/print.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <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_print</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>print</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>2.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Print</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> - <global name="Expression" module="Products.CMFCore.Expression"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_printPdf</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_immobilisation/bt/revision b/bt5/erp5_immobilisation/bt/revision index c663e4d093..2d73b5e3ba 100644 --- a/bt5/erp5_immobilisation/bt/revision +++ b/bt5/erp5_immobilisation/bt/revision @@ -1 +1 @@ -151 \ No newline at end of file +152 \ No newline at end of file diff --git a/bt5/erp5_immobilisation/bt/template_action_path_list b/bt5/erp5_immobilisation/bt/template_action_path_list index 7bec982b41..f7bbc3127b 100644 --- a/bt5/erp5_immobilisation/bt/template_action_path_list +++ b/bt5/erp5_immobilisation/bt/template_action_path_list @@ -1,19 +1,10 @@ Accounting Transaction Module | build_amortisation Accounting Transaction Module | select_items_to_build_amortisation_transactions -Amortisation Rule | history -Amortisation Rule | metadata -Amortisation Rule | print Amortisation Rule | view -Amortisation Transaction Line | history -Amortisation Transaction Line | metadata -Amortisation Transaction Line | print Amortisation Transaction Line | view Amortisation Transaction | causality_report Amortisation Transaction | details -Amortisation Transaction | history Amortisation Transaction | jump_causality_items -Amortisation Transaction | metadata -Amortisation Transaction | print Amortisation Transaction | view Delivery Cell | eu_linear_amortisation_method_view_details Delivery Cell | eu_no_amortisation_amortisation_method_view_details @@ -25,18 +16,9 @@ Immobilisation Line | eu_no_amortisation_amortisation_method_view_details Immobilisation Line | fr_actual_use_amortisation_method_view_details Immobilisation Line | fr_degressive_amortisation_method_view_details Immobilisation Line | fr_uncontinuous_degressive_amortisation_method_view_details -Immobilisation Line | history -Immobilisation Line | metadata -Immobilisation Line | print Immobilisation Line | view -Immobilisation Module | list_ui -Immobilisation Module | print -Immobilisation Module | sort_on Immobilisation Module | view -Immobilisation | history Immobilisation | immobilisation_validity_errors -Immobilisation | metadata -Immobilisation | print Immobilisation | view Internal Packing List Line | eu_linear_amortisation_method_view_details Internal Packing List Line | eu_no_amortisation_amortisation_method_view_details -- 2.30.9