From f7b838eec8d0e84f2cb508eba25d43f85a272b2c Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Wed, 24 Jul 2013 13:54:14 +0000 Subject: [PATCH] erp5_scalability_data: Change objects In order to do bypass permission problems --- .../organisation_module/1.xml | 259 ---- .../organisation_module/2.xml | 120 ++ .../organisation_module/2/1.xml | 114 ++ .../organisation_module/2/default_address.xml | 46 + .../organisation_module/2/default_email.xml | 34 + .../2/default_telephone.xml | 58 + .../organisation_module/3.xml | 124 ++ .../organisation_module/3/default_address.xml | 34 + .../organisation_module/3/default_email.xml | 30 + .../PathTemplateItem/person_module/1.xml | 144 ++ .../PathTemplateItem/person_module/1/1.xml | 95 ++ .../person_module/1/default_career.xml | 63 + .../person_module/1/default_email.xml | 34 + .../person_module/1/default_telephone.xml | 58 + .../PathTemplateItem/person_module/2.xml | 955 ------------- .../PathTemplateItem/person_module/3.xml | 1232 ----------------- .../PathTemplateItem/person_module/4.xml | 678 --------- .../PathTemplateItem/person_module/5.xml | 130 ++ .../person_module/5/default_address.xml | 34 + .../person_module/5/default_career.xml | 61 + .../PathTemplateItem/person_module/6.xml | 136 ++ .../person_module/6/default_address.xml | 34 + .../person_module/6/default_career.xml | 61 + .../PathTemplateItem/person_module/7.xml | 549 -------- .../PathTemplateItem/person_module/7/1.xml | 314 ----- .../person_module/7/default_career.xml | 83 -- .../PathTemplateItem/person_module/8.xml | 136 ++ .../person_module/8/default_address.xml | 34 + .../person_module/8/default_career.xml | 61 + .../PathTemplateItem/portal_preferences/1.xml | 97 ++ .../PathTemplateItem/portal_preferences/2.xml | 109 ++ .../PathTemplateItem/portal_preferences/3.xml | 98 ++ .../PathTemplateItem/portal_preferences/5.xml | 369 ----- .../default_configurator_preference.xml | 274 ++++ ...default_configurator_system_preference.xml | 287 ++++ .../default_site_preference.xml | 450 ++++++ .../PathTemplateItem/product_module/1.xml | 158 +++ .../product_module/1/default_psl.xml | 167 +++ .../product_module/1/default_ssl.xml | 144 ++ .../PathTemplateItem/product_module/2.xml | 158 +++ .../product_module/2/default_psl.xml | 167 +++ .../product_module/2/default_ssl.xml | 166 +++ .../PathTemplateItem/product_module/3.xml | 158 +++ .../product_module/3/default_psl.xml | 167 +++ .../product_module/3/default_ssl.xml | 166 +++ .../sale_trade_condition_module/1.xml | 995 ------------- .../sale_trade_condition_module/2.xml | 221 +++ .../2/default_payment_condition.xml | 32 + bt5/erp5_scalability_data/bt/revision | 2 +- .../bt/template_keep_path_list | 19 +- .../bt/template_keep_workflow_path_list | 19 +- .../bt/template_path_list | 19 +- 52 files changed, 4691 insertions(+), 5462 deletions(-) create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_address.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_email.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_telephone.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_address.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_email.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/1/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_career.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_email.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_telephone.xml delete mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/2.xml delete mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/3.xml delete mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/4.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/5.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_address.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_career.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/6.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_address.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_career.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/8.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_address.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_career.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/2.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/3.xml delete mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/5.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_preference.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_system_preference.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_site_preference.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_psl.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_ssl.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/2.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_psl.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_ssl.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/3.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_psl.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_ssl.xml delete mode 100644 bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/1.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2.xml create mode 100644 bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2/default_payment_condition.xml diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/1.xml index 73d92407f5..57a8417918 100644 --- a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/1.xml +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/1.xml @@ -92,12 +92,6 @@ <key> <string>title</string> </key> <value> <string>Nexedi</string> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,257 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="6.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507714.99</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507715.02</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="7.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507714.99</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507715.02</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="Message" module="Products.ERP5Type.Message"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <string>Validated by Configurator</string> </value> - </item> - <item> - <key> <string>domain</string> </key> - <value> <string>erp5_ui</string> </value> - </item> - <item> - <key> <string>mapping</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>message</string> </key> - <value> <string>Validated by Configurator</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2.xml new file mode 100644 index 0000000000..dc87e78aba --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2.xml @@ -0,0 +1,120 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Organisation" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>price_currency/currency_module/EUR</string> + <string>group/my_group</string> + <string>site/main</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>2</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Organisation</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Nexedi</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/1.xml new file mode 100644 index 0000000000..a09bb28086 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/1.xml @@ -0,0 +1,114 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Accounting Period" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Accounting Period</string> </value> + </item> + <item> + <key> <string>short_title</string> </key> + <value> <string>2013</string> </value> + </item> + <item> + <key> <string>start_date</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>stop_date</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1388448000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>2013</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_address.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_address.xml new file mode 100644 index 0000000000..8abdb0642c --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_address.xml @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Address" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>region/europe/western_europe/france</string> + </tuple> + </value> + </item> + <item> + <key> <string>city</string> </key> + <value> <string>LILLE</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_address</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Address</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>street_address</string> </key> + <value> <string>.</string> </value> + </item> + <item> + <key> <string>zip_code</string> </key> + <value> <string>59000</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_email.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_email.xml new file mode 100644 index 0000000000..afba607d36 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_email.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Email" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>coordinate_text</string> </key> + <value> <string>me@example.com</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_email</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Email</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>url_string</string> </key> + <value> <string>me@example.com</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_telephone.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_telephone.xml new file mode 100644 index 0000000000..7a5b1758be --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/2/default_telephone.xml @@ -0,0 +1,58 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Telephone" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>coordinate_text</string> </key> + <value> <string>+(0)-01234567890</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_telephone</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Telephone</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_area</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_city</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_country</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_extension</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_number</string> </key> + <value> <string>01234567890</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3.xml new file mode 100644 index 0000000000..b3fa7b008b --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3.xml @@ -0,0 +1,124 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Organisation" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>3</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Organisation</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Idexen</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_address.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_address.xml new file mode 100644 index 0000000000..c0815a9607 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_address.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Address" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>region/europe/western_europe/france</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_address</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Address</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_email.xml b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_email.xml new file mode 100644 index 0000000000..cd35a68b0b --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/organisation_module/3/default_email.xml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Email" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>coordinate_text</string> </key> + <value> <string>foo@bar.com</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_email</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Email</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1.xml new file mode 100644 index 0000000000..5a104f876b --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1.xml @@ -0,0 +1,144 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Person" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> <string>user</string> </value> + </item> + <item> + <key> <string>first_name</string> </key> + <value> <string>John</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>last_name</string> </key> + <value> <string>Doe</string> </value> + </item> + <item> + <key> <string>password</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Person</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="5" aka="AAAAAAAAAAU="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>default</string> </key> + <value> <string>{SSHA}ub1axxxIeHd5cBMZZ2YVKs/h5PPIvb0Pwvc3</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/1.xml new file mode 100644 index 0000000000..f58ae0af2f --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/1.xml @@ -0,0 +1,95 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Assignment" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>function/company</string> + <string>group/my_group</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Assignment</string> </value> + </item> + <item> + <key> <string>start_date</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1374667820.81</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>stop_date</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1690027820.81</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_career.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_career.xml new file mode 100644 index 0000000000..9e062a8694 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_career.xml @@ -0,0 +1,63 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Career" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>function/company</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_career</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Career</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_email.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_email.xml new file mode 100644 index 0000000000..afba607d36 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_email.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Email" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>coordinate_text</string> </key> + <value> <string>me@example.com</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_email</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Email</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>url_string</string> </key> + <value> <string>me@example.com</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_telephone.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_telephone.xml new file mode 100644 index 0000000000..7a5b1758be --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/1/default_telephone.xml @@ -0,0 +1,58 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Telephone" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>coordinate_text</string> </key> + <value> <string>+(0)-01234567890</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_telephone</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Telephone</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_area</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_city</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_country</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_extension</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>telephone_number</string> </key> + <value> <string>01234567890</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/2.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/2.xml deleted file mode 100644 index e7a403075c..0000000000 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/2.xml +++ /dev/null @@ -1,955 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="Person" module="erp5.portal_type"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_Access_contents_information_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Add_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Modify_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_count</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>_mt_index</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>_tree</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - <item> - <key> <string>categories</string> </key> - <value> - <tuple> - <string>social_title/doctor</string> - <string>gender/male</string> - <string>nationality/europe/western_europe/french</string> - </tuple> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>first_name</string> </key> - <value> <string>John</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>2</string> </value> - </item> - <item> - <key> <string>last_name</string> </key> - <value> <string>One</string> </value> - </item> - <item> - <key> <string>portal_type</string> </key> - <value> <string>Person</string> </value> - </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="Length" module="BTrees.Length"/> - </pickle> - <pickle> <int>0</int> </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - <item> - <key> <string>user_account_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="6.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508024.75</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.5238.57821</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508048.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.5238.57821</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508048.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.5238.57821</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508048.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.5238.57821</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508048.9</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.31658.49066</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508075.98</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.31658.49066</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508075.98</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.31658.49066</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508075.98</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.31658.49066</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508075.98</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.61193.39458</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508076.08</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.61193.39458</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508076.09</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.61193.39458</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508076.09</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13459.61193.39458</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508076.09</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508024.75</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>user_account_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="8.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508024.75</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508088.42</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508088.42</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/3.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/3.xml deleted file mode 100644 index 91dd56b50f..0000000000 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/3.xml +++ /dev/null @@ -1,1232 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="Person" module="erp5.portal_type"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_Access_contents_information_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Add_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Modify_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_count</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>_mt_index</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>_tree</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - <item> - <key> <string>categories</string> </key> - <value> - <tuple> - <string>social_title/doctor</string> - <string>gender/male</string> - <string>nationality/europe/western_europe/french</string> - </tuple> - </value> - </item> - <item> - <key> <string>default_reference</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>first_name</string> </key> - <value> <string>John</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>3</string> </value> - </item> - <item> - <key> <string>last_name</string> </key> - <value> <string>Two</string> </value> - </item> - <item> - <key> <string>portal_type</string> </key> - <value> <string>Person</string> </value> - </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="Length" module="BTrees.Length"/> - </pickle> - <pickle> <int>0</int> </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - <item> - <key> <string>user_account_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.30575.13141</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="6.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508228.28</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.30575.13141</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508228.29</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508093.05</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>user_account_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="8.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508093.05</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508111.69</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508111.69</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="9" aka="AAAAAAAAAAk="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="9.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508093.05</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAo=</string> </persistent> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508093.05</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.14277.43810</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508097.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.14277.43810</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508097.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.14277.43810</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508097.89</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.14277.43810</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508097.9</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.34624.61508</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508209.79</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.34624.61508</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508209.79</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.34624.61508</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508209.79</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.34624.61508</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508209.8</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.10748.24490</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508227.94</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.10748.24490</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508227.94</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.10748.24490</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508227.95</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.10748.24490</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508227.95</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.30575.13141</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508228.28</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.30575.13141</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508228.28</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="10" aka="AAAAAAAAAAo="> - <pickle> - <global name="Message" module="Products.ERP5Type.Message"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <string>Object copied from ${source_item}</string> </value> - </item> - <item> - <key> <string>domain</string> </key> - <value> <string>erp5_ui</string> </value> - </item> - <item> - <key> <string>mapping</string> </key> - <value> - <dictionary> - <item> - <key> <string>source_item</string> </key> - <value> <string>/erp5/person_module/2</string> </value> - </item> - </dictionary> - </value> - </item> - <item> - <key> <string>message</string> </key> - <value> <string>Object copied from ${source_item}</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/4.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/4.xml deleted file mode 100644 index 0f7de0a532..0000000000 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/4.xml +++ /dev/null @@ -1,678 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="Person" module="erp5.portal_type"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_Access_contents_information_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Add_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Modify_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_count</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>_mt_index</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>_tree</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - <item> - <key> <string>categories</string> </key> - <value> - <tuple> - <string>social_title/doctor</string> - <string>gender/male</string> - <string>nationality/europe/western_europe/french</string> - </tuple> - </value> - </item> - <item> - <key> <string>default_reference</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>first_name</string> </key> - <value> <string>John</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>4</string> </value> - </item> - <item> - <key> <string>last_name</string> </key> - <value> <string>Three</string> </value> - </item> - <item> - <key> <string>portal_type</string> </key> - <value> <string>Person</string> </value> - </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="Length" module="BTrees.Length"/> - </pickle> - <pickle> <int>0</int> </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - <item> - <key> <string>user_account_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="6.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508230.0</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508230.01</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.32838.26350</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508234.61</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.32838.26350</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508234.61</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.32838.26350</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508234.61</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.32838.26350</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508234.61</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508230.0</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>user_account_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="8.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508230.0</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508239.47</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508239.47</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="9" aka="AAAAAAAAAAk="> - <pickle> - <global name="Message" module="Products.ERP5Type.Message"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <string>Object copied from ${source_item}</string> </value> - </item> - <item> - <key> <string>domain</string> </key> - <value> <string>erp5_ui</string> </value> - </item> - <item> - <key> <string>mapping</string> </key> - <value> - <dictionary> - <item> - <key> <string>source_item</string> </key> - <value> <string>/erp5/person_module/3</string> </value> - </item> - </dictionary> - </value> - </item> - <item> - <key> <string>message</string> </key> - <value> <string>Object copied from ${source_item}</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/5.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5.xml new file mode 100644 index 0000000000..04c9a0b321 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5.xml @@ -0,0 +1,130 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Person" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>gender/male</string> + <string>nationality/europe/western_europe/french</string> + <string>social_title/mister</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>first_name</string> </key> + <value> <string>John</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>5</string> </value> + </item> + <item> + <key> <string>last_name</string> </key> + <value> <string>Ram</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Person</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_address.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_address.xml new file mode 100644 index 0000000000..c0815a9607 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_address.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Address" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>region/europe/western_europe/france</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_address</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Address</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_career.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_career.xml new file mode 100644 index 0000000000..1bd31f46e5 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/5/default_career.xml @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Career" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_career</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Career</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/6.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6.xml new file mode 100644 index 0000000000..48a573e440 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6.xml @@ -0,0 +1,136 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Person" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>gender/male</string> + <string>nationality/europe/western_europe/french</string> + <string>social_title/mister</string> + </tuple> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>first_name</string> </key> + <value> <string>John</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>6</string> </value> + </item> + <item> + <key> <string>last_name</string> </key> + <value> <string>Bo</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Person</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_address.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_address.xml new file mode 100644 index 0000000000..c0815a9607 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_address.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Address" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>region/europe/western_europe/france</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_address</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Address</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_career.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_career.xml new file mode 100644 index 0000000000..1bd31f46e5 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/6/default_career.xml @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Career" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_career</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Career</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7.xml index 29d9704d02..5b3ddb8760 100644 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7.xml +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7.xml @@ -106,12 +106,6 @@ <key> <string>portal_type</string> </key> <value> <string>Person</string> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -157,547 +151,4 @@ </dictionary> </pickle> </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - <item> - <key> <string>user_account_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="7.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508679.21</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13469.64728.16691</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508699.78</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13469.64728.16691</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508699.78</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13469.64728.16691</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508699.78</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13469.64728.16691</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508699.78</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13470.21657.64802</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="7.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508711.64</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="8.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508679.22</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>user_account_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>create_user_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508711.63</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>user_account_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="9" aka="AAAAAAAAAAk="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="9.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508679.21</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508773.87</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508773.87</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/1.xml index 1b88581832..12bbe7b706 100644 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/1.xml +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/1.xml @@ -109,12 +109,6 @@ </object> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -148,312 +142,4 @@ </dictionary> </pickle> </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>assignment_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508723.01</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>open_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508765.25</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>open</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508765.25</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>open</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="6.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508723.01</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13470.47024.46677</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508734.85</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13470.59923.19968</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="6.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508759.88</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/default_career.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/default_career.xml index 01c4d76e80..1bd31f46e5 100644 --- a/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/default_career.xml +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/7/default_career.xml @@ -55,90 +55,7 @@ <key> <string>portal_type</string> </key> <value> <string>Career</string> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>career_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> </dictionary> </pickle> </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508699.77</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/8.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8.xml new file mode 100644 index 0000000000..c5fbd574b1 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8.xml @@ -0,0 +1,136 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Person" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>gender/male</string> + <string>nationality/europe/western_europe/french</string> + <string>social_title/mister</string> + </tuple> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>first_name</string> </key> + <value> <string>John</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>8</string> </value> + </item> + <item> + <key> <string>last_name</string> </key> + <value> <string>Rock</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Person</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_address.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_address.xml new file mode 100644 index 0000000000..c0815a9607 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_address.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Address" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>region/europe/western_europe/france</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_address</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Address</string> </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_career.xml b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_career.xml new file mode 100644 index 0000000000..1bd31f46e5 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/person_module/8/default_career.xml @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Career" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_career</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Career</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/1.xml new file mode 100644 index 0000000000..65781d437d --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/1.xml @@ -0,0 +1,97 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="System Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>System Preference</string> </value> + </item> + <item> + <key> <string>preferred_ooodoc_server_address</string> </key> + <value> <string>192.168.241.102</string> </value> + </item> + <item> + <key> <string>preferred_ooodoc_server_port_number</string> </key> + <value> <int>2020</int> </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Created by Promise Alarms</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/2.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/2.xml new file mode 100644 index 0000000000..9ca1f093da --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/2.xml @@ -0,0 +1,109 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>2</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Preference</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_section_category</string> </key> + <value> <string>group/my_group</string> </value> + </item> + <item> + <key> <string>preferred_html_style_access_tab</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_acknowledgeable_message</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_contextual_help</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_developper_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_translator_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_medium_image_height</string> </key> + <value> <int>480</int> </value> + </item> + <item> + <key> <string>preferred_section_category</string> </key> + <value> <string>group/my_group</string> </value> + </item> + <item> + <key> <string>preferred_text_editor</string> </key> + <value> + <tuple> + <string>text_area</string> + </tuple> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Preference for John Doe</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/3.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/3.xml new file mode 100644 index 0000000000..a253c827e9 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/3.xml @@ -0,0 +1,98 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Auditor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>3</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Preference</string> </value> + </item> + <item> + <key> <string>preferred_diff_filter_script_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_git_author</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +Benjamin Blanc <benjamin.blanc@tiolive.com> + +]]></string> </value> + </item> + <item> + <key> <string>preferred_vcs_push_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_working_copy</string> </key> + <value> + <tuple> + <string>/srv/slapgrid/slappart59/srv/erp5shared/erp5</string> + </tuple> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/5.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/5.xml deleted file mode 100644 index 0a2f21992e..0000000000 --- a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/5.xml +++ /dev/null @@ -1,369 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="Preference" module="erp5.portal_type"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_Access_contents_information_Permission</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Auditor</string> - <string>Manager</string> - <string>Owner</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Add_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Manager</string> - <string>Owner</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Delete_objects_Permission</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Manager</string> - <string>Owner</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Modify_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Manager</string> - <string>Owner</string> - </tuple> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <tuple> - <string>Assignor</string> - <string>Auditor</string> - <string>Manager</string> - <string>Owner</string> - </tuple> - </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>5</string> </value> - </item> - <item> - <key> <string>portal_type</string> </key> - <value> <string>Preference</string> </value> - </item> - <item> - <key> <string>preferred_html_style_contextual_help</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>preferred_html_style_translator_mode</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>preferred_medium_image_height</string> </key> - <value> <int>480</int> </value> - </item> - <item> - <key> <string>preferred_text_editor</string> </key> - <value> - <tuple> - <string>text_area</string> - </tuple> - </value> - </item> - <item> - <key> <string>preferred_text_format</string> </key> - <value> - <tuple> - <string>text/plain</string> - </tuple> - </value> - </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>preference_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="3.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374565660.49</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.14419.44280.65160</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="3.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374565686.29</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>preference_state</string> </key> - <value> <string>disabled</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="4.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374565660.49</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>enable_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>preference_state</string> </key> - <value> <string>disabled</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="4.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374565731.53</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>enable</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>preference_state</string> </key> - <value> <string>enabled</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="4.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374565731.53</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_preference.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_preference.xml new file mode 100644 index 0000000000..68fd3e37f4 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_preference.xml @@ -0,0 +1,274 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_configurator_preference</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Preference</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_currency</string> </key> + <value> <string>currency_module/EUR</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_gap</string> </key> + <value> <string>gap/ias/ifrs</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_line_analytic_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_section_category</string> </key> + <value> <string>group/my_group</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_simulation_state</string> </key> + <value> + <tuple> + <string>delivered</string> + <string>stopped</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_source_section</string> </key> + <value> <string>organisation_module/2</string> </value> + </item> + <item> + <key> <string>preferred_campaign_use</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_category_child_item_list_method_id</string> </key> + <value> <string>getCategoryChildTranslatedLogicalPathItemList</string> </value> + </item> + <item> + <key> <string>preferred_criterion_property</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_customer_relation_language</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_date_order</string> </key> + <value> <string>dmy</string> </value> + </item> + <item> + <key> <string>preferred_diff_filter_script_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_html_style_access_tab</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>preferred_html_style_acknowledgeable_message</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_contextual_help</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_developper_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_translator_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_listbox_list_mode_line_count</string> </key> + <value> <int>20</int> </value> + </item> + <item> + <key> <string>preferred_listbox_view_mode_line_count</string> </key> + <value> <int>20</int> </value> + </item> + <item> + <key> <string>preferred_medium_image_height</string> </key> + <value> <int>480</int> </value> + </item> + <item> + <key> <string>preferred_meeting_use</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_money_quantity_field_width</string> </key> + <value> <int>10</int> </value> + </item> + <item> + <key> <string>preferred_quantity_field_width</string> </key> + <value> <int>8</int> </value> + </item> + <item> + <key> <string>preferred_report_format</string> </key> + <value> <string>pdf</string> </value> + </item> + <item> + <key> <string>preferred_report_style</string> </key> + <value> <string>ODT</string> </value> + </item> + <item> + <key> <string>preferred_sale_opportunity_use</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_section</string> </key> + <value> <string>organisation_module/2</string> </value> + </item> + <item> + <key> <string>preferred_section_category</string> </key> + <value> <string>group/my_group</string> </value> + </item> + <item> + <key> <string>preferred_string_field_width</string> </key> + <value> <int>30</int> </value> + </item> + <item> + <key> <string>preferred_subversion_working_copy</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_support_request_use</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_text_editor</string> </key> + <value> + <tuple> + <string>text_area</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_text_format</string> </key> + <value> + <tuple> + <string>text/html</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_textarea_height</string> </key> + <value> <int>5</int> </value> + </item> + <item> + <key> <string>preferred_textarea_width</string> </key> + <value> <int>80</int> </value> + </item> + <item> + <key> <string>preferred_working_copy</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_system_preference.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_system_preference.xml new file mode 100644 index 0000000000..3fa8851ca2 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_configurator_system_preference.xml @@ -0,0 +1,287 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="System Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The default system parameters for the site are set on this preference</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_configurator_system_preference</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>System Preference</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_line_analytic_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_campaign_use</string> </key> + <value> + <tuple> + <string>use/crm/campaign</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_client_role</string> </key> + <value> + <tuple> + <string>role/client</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_component_individual_variation_base_category</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_criterion_property</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_customer_relation_language</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_date_order</string> </key> + <value> <string>dmy</string> </value> + </item> + <item> + <key> <string>preferred_diff_filter_script_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_document_classification</string> </key> + <value> <string>collaborative/team</string> </value> + </item> + <item> + <key> <string>preferred_document_file_name_regular_expression</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +(?P<node_reference>[a-zA-Z0-9_-]+)-(?P<local_reference>[a-zA-Z0-9_.]+)-(?P<version>[0-9a-zA-Z.]+)-(?P<language>[a-z]{2})[^-]*? + +]]></string> </value> + </item> + <item> + <key> <string>preferred_document_reference_regular_expression</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +(?P<reference>[a-zA-Z0-9-_.]+-[a-zA-Z0-9-_.]+)(|-(?P<version>[0-9a-zA-Z.]+))(|-(?P<language>[a-z]{2})[^-]*)? + +]]></string> </value> + </item> + <item> + <key> <string>preferred_event_assessment_form_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_event_use</string> </key> + <value> + <tuple> + <string>use/crm/event</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_meeting_use</string> </key> + <value> + <tuple> + <string>use/crm/meeting</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_packing_use</string> </key> + <value> + <tuple> + <string>use/trade/container</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_price_ratio_use</string> </key> + <value> + <tuple> + <string>use/trade/tax</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_product_individual_variation_base_category</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_purchase_use</string> </key> + <value> + <tuple> + <string>use/trade/purchase</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_redirect_to_document</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>preferred_sale_opportunity_use</string> </key> + <value> + <tuple> + <string>use/crm/sale_opportunity</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_sale_use</string> </key> + <value> + <tuple> + <string>use/trade/sale</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_service_individual_variation_base_category</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_subversion_working_copy</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_supplier_role</string> </key> + <value> + <tuple> + <string>role/supplier</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_support_request_use</string> </key> + <value> + <tuple> + <string>use/crm/support_request</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_synchronous_metadata_discovery</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>preferred_tax_use</string> </key> + <value> + <tuple> + <string>use/trade/tax</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_working_copy</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Default Configurator System Site Preference</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_site_preference.xml b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_site_preference.xml new file mode 100644 index 0000000000..9338f54ba3 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/portal_preferences/default_site_preference.xml @@ -0,0 +1,450 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Preference" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Delete_objects_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Anonymous</string> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Authenticated</string> + <string>Author</string> + <string>Manager</string> + <string>Member</string> + <string>Owner</string> + <string>Reviewer</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>preferred_accounting_transaction_gap_root</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>preferred_quantity_field_width</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>preferred_money_quantity_field_width</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>string</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>contributors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The default parameters for the site are set on this preference.\n +It\'s the lowest priority one; ie. managers can create higher priority preference for a group of users and users can create individals (per user) preferences that will be top level priority.</string> </value> + </item> + <item> + <key> <string>effective_date</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>978325200.0</float> + <string>US/Eastern</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>expiration_date</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>2.53402146e+11</float> + <string>US/Eastern</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>format</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_site_preference</string> </value> + </item> + <item> + <key> <string>id_group</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>language</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Preference</string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_at_date</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_currency</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_from_date</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_gap</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_gap_root</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_section_category</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_simulation_state</string> </key> + <value> + <tuple> + <string>stopped</string> + <string>delivered</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_accounting_transaction_source_section</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_campaign_resource</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_category_child_item_list_method_id</string> </key> + <value> <string>getCategoryChildTranslatedLogicalPathItemList</string> </value> + </item> + <item> + <key> <string>preferred_date_order</string> </key> + <value> <string>ymd</string> </value> + </item> + <item> + <key> <string>preferred_document_file_name_regular_expression</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +(?P<reference>[A-Z&é@{]{3,7})-(?P<language>[a-z]{2})-(?P<version>[0-9]{3}) + +]]></string> </value> + </item> + <item> + <key> <string>preferred_document_reference_regular_expression</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +(?P<reference>[A-Z&é@{]{3,7})(-(?P<language>[a-z]{2}))?(-(?P<version>[0-9]{3}))? + +]]></string> </value> + </item> + <item> + <key> <string>preferred_event_assessment_form_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_event_resource</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_html_style_access_tab</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_acknowledgeable_message</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_contextual_help</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_developper_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_html_style_translator_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>preferred_listbox_list_mode_line_count</string> </key> + <value> <int>40</int> </value> + </item> + <item> + <key> <string>preferred_listbox_view_mode_line_count</string> </key> + <value> <int>15</int> </value> + </item> + <item> + <key> <string>preferred_medium_image_height</string> </key> + <value> <int>480</int> </value> + </item> + <item> + <key> <string>preferred_meeting_resource</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_money_quantity_field_width</string> </key> + <value> <int>10</int> </value> + </item> + <item> + <key> <string>preferred_ooodoc_server_address</string> </key> + <value> <string>localhost</string> </value> + </item> + <item> + <key> <string>preferred_ooodoc_server_port_number</string> </key> + <value> <int>8008</int> </value> + </item> + <item> + <key> <string>preferred_quantity_field_width</string> </key> + <value> <int>5</int> </value> + </item> + <item> + <key> <string>preferred_sale_opportunity_resource</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_section_category</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_string_field_width</string> </key> + <value> <int>30</int> </value> + </item> + <item> + <key> <string>preferred_subversion_user_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>preferred_subversion_working_copy</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_support_request_resource</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>preferred_text_editor</string> </key> + <value> + <tuple> + <string>text_area</string> + </tuple> + </value> + </item> + <item> + <key> <string>preferred_textarea_height</string> </key> + <value> <int>4</int> </value> + </item> + <item> + <key> <string>preferred_textarea_width</string> </key> + <value> <int>80</int> </value> + </item> + <item> + <key> <string>preferred_visible_module</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>rights</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>subject</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Default Site Preference</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1.xml new file mode 100644 index 0000000000..5074725e66 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1.xml @@ -0,0 +1,158 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Product" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>base_volume</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>base_weight</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>product_line/component</string> + <string>base_contribution/base_amount/taxable</string> + <string>quantity_unit/unit/piece</string> + </tuple> + </value> + </item> + <item> + <key> <string>comment</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> <string>RL01</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>individual_variation_base_category_list</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Product</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Red Led</string> </value> + </item> + <item> + <key> <string>variation_base_category_list</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_psl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_psl.xml new file mode 100644 index 0000000000..3770bb158e --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_psl.xml @@ -0,0 +1,167 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Purchase Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>0.5</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/1</string> + <string>source/organisation_module/3</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_psl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Purchase Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <int>0</int> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_ssl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_ssl.xml new file mode 100644 index 0000000000..617767c2fb --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/1/default_ssl.xml @@ -0,0 +1,144 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Sale Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/1</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_ssl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Sale Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/2.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2.xml new file mode 100644 index 0000000000..0b2557883b --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2.xml @@ -0,0 +1,158 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Product" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>base_volume</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>base_weight</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>product_line/component</string> + <string>base_contribution/base_amount/taxable</string> + <string>quantity_unit/unit/piece</string> + </tuple> + </value> + </item> + <item> + <key> <string>comment</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> <string>RL02</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>2</string> </value> + </item> + <item> + <key> <string>individual_variation_base_category_list</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Product</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Blue Led</string> </value> + </item> + <item> + <key> <string>variation_base_category_list</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_psl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_psl.xml new file mode 100644 index 0000000000..906eb3c4d6 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_psl.xml @@ -0,0 +1,167 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Purchase Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>1.5</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/2</string> + <string>source/organisation_module/3</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_psl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Purchase Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <int>0</int> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_ssl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_ssl.xml new file mode 100644 index 0000000000..89b23b1bf7 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/2/default_ssl.xml @@ -0,0 +1,166 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Sale Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>5.0</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/2</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_ssl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Sale Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <int>0</int> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/3.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3.xml new file mode 100644 index 0000000000..b290c3a7dc --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3.xml @@ -0,0 +1,158 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Product" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>base_volume</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>base_weight</string> </key> + <value> <float>0.001</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>product_line/component</string> + <string>base_contribution/base_amount/taxable</string> + <string>quantity_unit/unit/piece</string> + </tuple> + </value> + </item> + <item> + <key> <string>comment</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> <string>RL03</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>3</string> </value> + </item> + <item> + <key> <string>individual_variation_base_category_list</string> </key> + <value> + <tuple> + <string>variation</string> + </tuple> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Product</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Green Led</string> </value> + </item> + <item> + <key> <string>variation_base_category_list</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_psl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_psl.xml new file mode 100644 index 0000000000..78ce803053 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_psl.xml @@ -0,0 +1,167 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Purchase Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>1.5</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/3</string> + <string>source/organisation_module/3</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_psl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Purchase Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <int>0</int> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_ssl.xml b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_ssl.xml new file mode 100644 index 0000000000..3ec897684f --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/product_module/3/default_ssl.xml @@ -0,0 +1,166 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Sale Supply Line" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>base_price</string> </key> + <value> <float>5.0</float> </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>resource/product_module/3</string> + <string>price_currency/currency_module/EUR</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_ssl</string> </value> + </item> + <item> + <key> <string>index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>mapped_value_property_list</string> </key> + <value> + <tuple> + <string>base_price</string> + <string>additional_price</string> + <string>discount_ratio</string> + <string>exclusive_discount_ratio</string> + <string>surcharge_ratio</string> + <string>variable_additional_price</string> + <string>non_discountable_additional_price</string> + <string>priced_quantity</string> + <string>base_unit_price</string> + </tuple> + </value> + </item> + <item> + <key> <string>p_variation_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Sale Supply Line</string> </value> + </item> + <item> + <key> <string>priced_quantity</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>quantity_step</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>start_date_range_max</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>start_date_range_min</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <string>path</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary> + <item> + <key> <int>0</int> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/1.xml b/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/1.xml deleted file mode 100644 index 0ad2ca8947..0000000000 --- a/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/1.xml +++ /dev/null @@ -1,995 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <global name="Sale Trade Condition" module="erp5.portal_type"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_Access_contents_information_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Add_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_Modify_portal_content_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_View_Permission</string> </key> - <value> - <tuple> - <string>Assignee</string> - <string>Assignor</string> - <string>Associate</string> - <string>Auditor</string> - <string>Manager</string> - </tuple> - </value> - </item> - <item> - <key> <string>_count</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>_identity_criterion</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> - <item> - <key> <string>_mt_index</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> - </value> - </item> - <item> - <key> <string>_range_criterion</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> - <item> - <key> <string>_tree</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> - </value> - </item> - <item> - <key> <string>categories</string> </key> - <value> - <tuple> - <string>price_currency/currency_module/EUR</string> - <string>source_section/person_module/2</string> - <string>source/organisation_module/1</string> - <string>source_decision/person_module/3</string> - <string>destination_section/person_module/4</string> - <string>destination/person_module/4</string> - <string>destination_decision/person_module/4</string> - <string>delivery_mode/sea</string> - <string>incoterm/fca</string> - </tuple> - </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>1</string> </value> - </item> - <item> - <key> <string>portal_type</string> </key> - <value> <string>Sale Trade Condition</string> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Scalability Sale Trade Condition</string> </value> - </item> - <item> - <key> <string>version</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="Length" module="BTrees.Length"/> - </pickle> - <pickle> <int>0</int> </pickle> - </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary/> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="4" aka="AAAAAAAAAAQ="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary/> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="6" aka="AAAAAAAAAAY="> - <pickle> - <global name="OOBTree" module="BTrees.OOBTree"/> - </pickle> - <pickle> - <none/> - </pickle> - </record> - <record id="7" aka="AAAAAAAAAAc="> - <pickle> - <global name="PersistentMapping" module="Persistence.mapping"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>data</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> - </value> - </item> - <item> - <key> <string>validation_workflow</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> - <record id="8" aka="AAAAAAAAAAg="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>0.0.0.0</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="8.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507967.32</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13458.8052.49595</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507982.23</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13458.32772.14233</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508122.5</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.46430.51217</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508139.31</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13460.64832.65228</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508152.95</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13461.14155.53077</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508163.96</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13461.26219.7270</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508177.36</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13461.40859.55995</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508177.44</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13461.40902.13004</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508250.51</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.55221.7560</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508257.17</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13462.62499.62532</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508265.1</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13463.5619.6434</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508316.52</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13463.61744.50158</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374508340.51</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>edit</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>scalability_user</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>serial</string> </key> - <value> <string>928.13464.22496.56763</string> </value> - </item> - <item> - <key> <string>state</string> </key> - <value> <string>current</string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="8.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374566825.68</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> - <record id="9" aka="AAAAAAAAAAk="> - <pickle> - <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> - </pickle> - <pickle> - <tuple> - <none/> - <list> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> - <global id="9.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507967.32</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate_action</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507989.99</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>draft</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>validate</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>zope</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>error_message</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> - <object> - <klass> <reference id="9.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <tuple> - <float>1374507989.99</float> - <string>UTC</string> - </tuple> - </state> - </object> - </value> - </item> - <item> - <key> <string>validation_state</string> </key> - <value> <string>validated</string> </value> - </item> - </dictionary> - </list> - </tuple> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2.xml b/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2.xml new file mode 100644 index 0000000000..507a8b5778 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2.xml @@ -0,0 +1,221 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Sale Trade Condition" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Associate</string> + <string>Auditor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_identity_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>_range_criterion</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>source_section/person_module/8</string> + <string>source/person_module/8</string> + <string>source_decision/person_module/8</string> + <string>price_currency/currency_module/EUR</string> + <string>destination_decision/organisation_module/2</string> + <string>destination/organisation_module/2</string> + <string>destination_section/organisation_module/2</string> + <string>delivery_mode/air</string> + </tuple> + </value> + </item> + <item> + <key> <string>comment</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>effective_date</string> </key> + <value> + <object> + <klass> + <global id="1.1" name="DateTime" module="DateTime.DateTime"/> + </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>1356998400.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>expiration_date</string> </key> + <value> + <object> + <klass> <reference id="1.1"/> </klass> + <tuple> + <none/> + </tuple> + <state> + <tuple> + <float>4512672000.0</float> + <string>UTC</string> + </tuple> + </state> + </object> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>2</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Sale Trade Condition</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Scalability Sale Trade Condition</string> </value> + </item> + <item> + <key> <string>version</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="5" aka="AAAAAAAAAAU="> + <pickle> + <global name="PersistentMapping" module="Persistence.mapping"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>data</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="6" aka="AAAAAAAAAAY="> + <pickle> + <global name="OOBTree" module="BTrees.OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2/default_payment_condition.xml b/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2/default_payment_condition.xml new file mode 100644 index 0000000000..d8bdfe94e9 --- /dev/null +++ b/bt5/erp5_scalability_data/PathTemplateItem/sale_trade_condition_module/2/default_payment_condition.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Payment Condition" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>payment_mode/credit_card</string> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>default_payment_condition</string> </value> + </item> + <item> + <key> <string>payment_end_of_month</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Payment Condition</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_scalability_data/bt/revision b/bt5/erp5_scalability_data/bt/revision index e440e5c842..bf0d87ab1b 100644 --- a/bt5/erp5_scalability_data/bt/revision +++ b/bt5/erp5_scalability_data/bt/revision @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file diff --git a/bt5/erp5_scalability_data/bt/template_keep_path_list b/bt5/erp5_scalability_data/bt/template_keep_path_list index 5203a20008..13c586f889 100644 --- a/bt5/erp5_scalability_data/bt/template_keep_path_list +++ b/bt5/erp5_scalability_data/bt/template_keep_path_list @@ -1,9 +1,10 @@ -organisation_module/1 -person_module/2 -person_module/3 -person_module/4 -person_module/7 -person_module/7/** -portal_preferences/5 -portal_preferences/5/** -sale_trade_condition_module/1 \ No newline at end of file +organisation_module/* +organisation_module/*/** +person_module/* +person_module/*/** +product_module/* +product_module/*/** +portal_preferences/* +portal_preferences/*/** +sale_trade_condition_module/* +sale_trade_condition_module/*/** \ No newline at end of file diff --git a/bt5/erp5_scalability_data/bt/template_keep_workflow_path_list b/bt5/erp5_scalability_data/bt/template_keep_workflow_path_list index 5203a20008..13c586f889 100644 --- a/bt5/erp5_scalability_data/bt/template_keep_workflow_path_list +++ b/bt5/erp5_scalability_data/bt/template_keep_workflow_path_list @@ -1,9 +1,10 @@ -organisation_module/1 -person_module/2 -person_module/3 -person_module/4 -person_module/7 -person_module/7/** -portal_preferences/5 -portal_preferences/5/** -sale_trade_condition_module/1 \ No newline at end of file +organisation_module/* +organisation_module/*/** +person_module/* +person_module/*/** +product_module/* +product_module/*/** +portal_preferences/* +portal_preferences/*/** +sale_trade_condition_module/* +sale_trade_condition_module/*/** \ No newline at end of file diff --git a/bt5/erp5_scalability_data/bt/template_path_list b/bt5/erp5_scalability_data/bt/template_path_list index 5203a20008..bcd746fe71 100644 --- a/bt5/erp5_scalability_data/bt/template_path_list +++ b/bt5/erp5_scalability_data/bt/template_path_list @@ -1,9 +1,10 @@ -organisation_module/1 -person_module/2 -person_module/3 -person_module/4 -person_module/7 -person_module/7/** -portal_preferences/5 -portal_preferences/5/** -sale_trade_condition_module/1 \ No newline at end of file +organisation_module/* +organisation_module/*/** +person_module/* +person_module/*/** +portal_preferences/* +portal_preferences/*/** +product_module/* +product_module/*/** +sale_trade_condition_module/* +sale_trade_condition_module/*/** \ No newline at end of file -- 2.30.9