From 41d72d2934c9054bb555df3f28d914b5b44f25e5 Mon Sep 17 00:00:00 2001 From: Thierry Brettnacher <tb@nexedi.com> Date: Thu, 9 Nov 2006 09:39:21 +0000 Subject: [PATCH] No real change from a functionnal point of view. Some noise has been removed from xml files due to BT improvements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11221 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Event%20Module/print_pdf.xml | 4 - .../portal_types/Event%20Module/view.xml | 4 - .../portal_types/Mail%20Message/history.xml | 4 - .../portal_types/Mail%20Message/metadata.xml | 4 - .../portal_types/Mail%20Message/print.xml | 4 - .../portal_types/Mail%20Message/view.xml | 4 - .../Person/jump_to_opportunity.xml | 4 - .../Person/jump_to_support_request.xml | 4 - .../Sale%20Opportunity%20Module/print.xml | 4 - .../Sale%20Opportunity%20Module/view.xml | 4 - .../Sale%20Opportunity/history.xml | 4 - .../Sale%20Opportunity/metadata.xml | 4 - .../portal_types/Sale%20Opportunity/print.xml | 4 - .../portal_types/Sale%20Opportunity/view.xml | 4 - .../Support%20Request%20Module/print.xml | 4 - .../Support%20Request%20Module/view.xml | 4 - .../Support%20Request/history.xml | 4 - .../Support%20Request/metadata.xml | 4 - .../portal_types/Support%20Request/print.xml | 4 - .../portal_types/Support%20Request/view.xml | 4 - .../z_related_source_organisation.xml | 4 +- .../portal_categories/client.xml | 393 ++++------------- .../portal_categories/follow_up.xml | 395 ++++-------------- .../ModuleTemplateItem/event_module.xml | 25 +- .../sale_opportunity_module.xml | 24 +- .../support_request_module.xml | 24 +- .../resource/complaint_ticket.xml | 271 ------------ .../resource/incoming_fax.xml | 271 ------------ .../resource/incoming_letter.xml | 271 ------------ .../resource/mail_message.xml | 271 ------------ .../portal_categories/resource/meeting.xml | 271 ------------ .../portal_categories/resource/phone_call.xml | 271 ------------ .../resource/sale_opportunity.xml | 271 ------------ .../resource/support_request.xml | 271 ------------ .../EventModule_createEventFromMail.xml | 10 +- .../erp5_crm/Event_createSaleOpportunity.xml | 10 +- .../erp5_crm/Event_createSupportRequest.xml | 10 +- .../portal_skins/erp5_crm/Event_init.xml | 10 +- .../erp5_crm/PersonModule_viewEmailReport.xml | 10 +- ...rtRequestModule_viewSupportRequestList.xml | 6 + .../erp5_crm/SupportRequest_view.xml | 12 +- .../portal_skins/erp5_crm/Ticket_init.xml | 10 +- .../scripts/Event_createSaleOpportunity.xml | 4 +- .../scripts/Event_createSupportRequest.xml | 4 +- .../scripts/Event_replyMailMessage.xml | 4 +- .../scripts/test_error_message.xml | 4 +- .../scripts/validate_user_action.xml | 4 +- .../scripts/validate_user_assign.xml | 4 +- .../scripts/mail_message.xml | 4 +- .../scripts/checkConsistency.xml | 4 +- bt5/erp5_crm/bt/provision_list | 0 bt5/erp5_crm/bt/revision | 2 +- bt5/erp5_crm/bt/short_title | 1 + bt5/erp5_crm/bt/template_document_class_list | 1 - bt5/erp5_crm/bt/template_preference_list | 0 55 files changed, 294 insertions(+), 2933 deletions(-) create mode 100644 bt5/erp5_crm/bt/provision_list create mode 100644 bt5/erp5_crm/bt/short_title delete mode 100644 bt5/erp5_crm/bt/template_document_class_list create mode 100644 bt5/erp5_crm/bt/template_preference_list diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/print_pdf.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/print_pdf.xml index ab97070346..b0419eaa7a 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/print_pdf.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/print_pdf.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print_pdf</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/view.xml index 5c003608d8..5adac63993 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Event%20Module/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/history.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/history.xml index b6c47d25b0..d54a254eb9 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/history.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/history.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>history</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/metadata.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/metadata.xml index 2aa4a6dcd4..273fb9cb9c 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/metadata.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/metadata.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>metadata</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/print.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/print.xml index 99a53add88..6ce6cc1220 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/print.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/print.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/view.xml index 256781b416..fada71865c 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Mail%20Message/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_opportunity.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_opportunity.xml index 96119beb32..0b383af602 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_opportunity.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_opportunity.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>jump_to_opportunity</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_support_request.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_support_request.xml index eb710bcffe..a0c73c3e1b 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_support_request.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Person/jump_to_support_request.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>jump_to_support_request</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/print.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/print.xml index 1a47cbe5c5..9e43e8b25c 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/print.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/print.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/view.xml index 6cafc013a6..53f1b070ea 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity%20Module/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/history.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/history.xml index b6c47d25b0..d54a254eb9 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/history.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/history.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>history</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/metadata.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/metadata.xml index 2aa4a6dcd4..273fb9cb9c 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/metadata.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/metadata.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>metadata</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/print.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/print.xml index 99a53add88..6ce6cc1220 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/print.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/print.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/view.xml index bcc1dd6e78..42d36a213a 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Sale%20Opportunity/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/print.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/print.xml index c081e6af62..a1393d8768 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/print.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/print.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/view.xml index d6bb308059..0bfcb769f6 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request%20Module/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/history.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/history.xml index b6c47d25b0..d54a254eb9 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/history.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/history.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>history</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/metadata.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/metadata.xml index 2aa4a6dcd4..273fb9cb9c 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/metadata.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/metadata.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>metadata</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/print.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/print.xml index 99a53add88..6ce6cc1220 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/print.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/print.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>print</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/view.xml b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/view.xml index 8739e7296c..c119cafa1d 100644 --- a/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/view.xml +++ b/bt5/erp5_crm/ActionTemplateItem/portal_types/Support%20Request/view.xml @@ -44,10 +44,6 @@ <key> <string>id</string> </key> <value> <string>view</string> </value> </item> - <item> - <key> <string>optional</string> </key> - <value> <int>0</int> </value> - </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/bt5/erp5_crm/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.xml b/bt5/erp5_crm/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.xml index 508929e16d..f33b7d0d4a 100644 --- a/bt5/erp5_crm/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.xml +++ b/bt5/erp5_crm/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_related_source_organisation.xml @@ -51,8 +51,8 @@ <key> <string>_keys</string> </key> <value> <list> -<string>table_0</string> -<string>table_1</string> + <string>table_0</string> + <string>table_1</string> </list> </value> </item> diff --git a/bt5/erp5_crm/CategoryTemplateItem/portal_categories/client.xml b/bt5/erp5_crm/CategoryTemplateItem/portal_categories/client.xml index cbac5fdd1a..e8ffb7565e 100644 --- a/bt5/erp5_crm/CategoryTemplateItem/portal_categories/client.xml +++ b/bt5/erp5_crm/CategoryTemplateItem/portal_categories/client.xml @@ -4,7 +4,7 @@ <pickle> <tuple> <tuple> - <string>Products.ERP5.Tool.Category</string> + <string>Products.ERP5Type.Document.BaseCategory</string> <string>BaseCategory</string> </tuple> <none/> @@ -31,306 +31,9 @@ </value> </item> <item> - <key> <string>_properties</string> </key> + <key> <string>_owner</string> </key> <value> - <list> - <dictionary> - <item> - <key> <string>description</string> </key> - <value> <string>Local ID of the object in its enclosing container</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>id</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>string</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>description</string> </key> - <value> <string>Unique ID of the object in the ZSQLCatalog</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>uid</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>int</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>catalog_index</string> </key> - <value> - <tuple> - <string>COUNT</string> - </tuple> - </value> - </item> - <item> - <key> <string>catalog_metadata</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>title</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>string</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>description</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>text</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if acquired value should be copied</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_copy_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the local value have priority</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_mask_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the acquired value should be appended</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_append_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the acquired value should be synced</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_sync_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_object_id</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The default contained object id to look up</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_object_id_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>lines</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_base_category</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The base categories to browse</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_base_category_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tokens</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_portal_type</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The portal types to browse</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_portal_type_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>multivalued</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tales</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>fallback_base_category</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>another base category to get if everything else fails</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>fallback_base_category_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tokens</string> </value> - </item> - </dictionary> - </list> + <none/> </value> </item> <item> @@ -372,13 +75,19 @@ <value> <int>0</int> </value> </item> <item> - <key> <string>base_category</string> </key> + <key> <string>categories</string> </key> <value> - <persistent> <string encoding="base64">AAAAAAAAAAE=</string> </persistent> + <tuple/> </value> </item> <item> - <key> <string>categories</string> </key> + <key> <string>category_type</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>criterion_property</string> </key> <value> <tuple/> </value> @@ -397,9 +106,79 @@ <key> <string>id</string> </key> <value> <string>client</string> </value> </item> + <item> + <key> <string>id_generator</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id_group</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>last_id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>membership_criterion_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>membership_criterion_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>multimembership_criterion_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Base Category</string> </value> + </item> + <item> + <key> <string>read_permission</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>rid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>short_title</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>test_method_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>uid</string> </key> @@ -407,6 +186,12 @@ <none/> </value> </item> + <item> + <key> <string>write_permission</string> </key> + <value> + <none/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_crm/CategoryTemplateItem/portal_categories/follow_up.xml b/bt5/erp5_crm/CategoryTemplateItem/portal_categories/follow_up.xml index 439b904665..894a038986 100644 --- a/bt5/erp5_crm/CategoryTemplateItem/portal_categories/follow_up.xml +++ b/bt5/erp5_crm/CategoryTemplateItem/portal_categories/follow_up.xml @@ -4,7 +4,7 @@ <pickle> <tuple> <tuple> - <string>Products.ERP5.Tool.Category</string> + <string>Products.ERP5Type.Document.BaseCategory</string> <string>BaseCategory</string> </tuple> <none/> @@ -36,309 +36,6 @@ <none/> </value> </item> - <item> - <key> <string>_properties</string> </key> - <value> - <list> - <dictionary> - <item> - <key> <string>description</string> </key> - <value> <string>Local ID of the object in its enclosing container</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>id</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>string</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>description</string> </key> - <value> <string>Unique ID of the object in the ZSQLCatalog</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>uid</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>int</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>catalog_index</string> </key> - <value> - <tuple> - <string>COUNT</string> - </tuple> - </value> - </item> - <item> - <key> <string>catalog_metadata</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>title</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>string</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>description</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>text</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if acquired value should be copied</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_copy_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the local value have priority</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_mask_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the acquired value should be appended</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_append_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>default</string> </key> - <value> <int>0</int> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>Determines if the acquired value should be synced</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_sync_value</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>boolean</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_object_id</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The default contained object id to look up</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_object_id_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>lines</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_base_category</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The base categories to browse</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_base_category_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tokens</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>acquisition_portal_type</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>The portal types to browse</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>acquisition_portal_type_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>multivalued</string> </key> - <value> <int>1</int> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tales</string> </value> - </item> - </dictionary> - <dictionary> - <item> - <key> <string>base_id</string> </key> - <value> <string>fallback_base_category</string> </value> - </item> - <item> - <key> <string>default</string> </key> - <value> - <list/> - </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string>another base category to get if everything else fails</string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>fallback_base_category_list</string> </value> - </item> - <item> - <key> <string>mode</string> </key> - <value> <string>w</string> </value> - </item> - <item> - <key> <string>type</string> </key> - <value> <string>tokens</string> </value> - </item> - </dictionary> - </list> - </value> - </item> <item> <key> <string>_tree</string> </key> <value> @@ -383,6 +80,18 @@ <tuple/> </value> </item> + <item> + <key> <string>category_type</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>criterion_property</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>description</string> </key> <value> <string></string> </value> @@ -397,9 +106,79 @@ <key> <string>id</string> </key> <value> <string>follow_up</string> </value> </item> + <item> + <key> <string>id_generator</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id_group</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>last_id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>membership_criterion_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>membership_criterion_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>multimembership_criterion_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Base Category</string> </value> + </item> + <item> + <key> <string>read_permission</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>rid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>short_title</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>sid</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>test_method_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>uid</string> </key> @@ -407,6 +186,12 @@ <none/> </value> </item> + <item> + <key> <string>write_permission</string> </key> + <value> + <none/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_crm/ModuleTemplateItem/event_module.xml b/bt5/erp5_crm/ModuleTemplateItem/event_module.xml index 655f98ae2d..95c264a85b 100644 --- a/bt5/erp5_crm/ModuleTemplateItem/event_module.xml +++ b/bt5/erp5_crm/ModuleTemplateItem/event_module.xml @@ -40,10 +40,6 @@ <role>Author</role> <role>Manager</role> </permission> - <permission type='tuple'> - <name>AccessContentsInformation</name> - <role>Manager</role> - </permission> <permission type='tuple'> <name>Add Accelerated HTTP Cache Managers</name> <role>Manager</role> @@ -239,9 +235,6 @@ <permission type='list'> <name>Add Plugin Registrys</name> </permission> - <permission type='list'> - <name>Add Portal ZSyncer Tools</name> - </permission> <permission type='tuple'> <name>Add Python Scripts</name> <role>Manager</role> @@ -313,9 +306,6 @@ <name>Add ZODB Mount Points</name> <role>Manager</role> </permission> - <permission type='list'> - <name>Add ZSyncers</name> - </permission> <permission type='tuple'> <name>Add Zope Tutorials</name> <role>Manager</role> @@ -449,6 +439,9 @@ <name>Change proxy roles</name> <role>Manager</role> </permission> + <permission type='list'> + <name>Change user folder</name> + </permission> <permission type='tuple'> <name>Copy or Move</name> <role>Assignor</role> @@ -483,6 +476,9 @@ <name>Edit ReStructuredText</name> <role>Manager</role> </permission> + <permission type='list'> + <name>Edit target</name> + </permission> <permission type='tuple'> <name>FTP access</name> <role>Manager</role> @@ -699,15 +695,6 @@ <name>WebDAV access</name> <role>Manager</role> </permission> - <permission type='list'> - <name>ZSyncer: Use ZSyncer</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: manage</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: view</name> - </permission> </permission_list> <portal_type>Event Module</portal_type> <title>Events</title> diff --git a/bt5/erp5_crm/ModuleTemplateItem/sale_opportunity_module.xml b/bt5/erp5_crm/ModuleTemplateItem/sale_opportunity_module.xml index b03d263624..2992c7ad77 100644 --- a/bt5/erp5_crm/ModuleTemplateItem/sale_opportunity_module.xml +++ b/bt5/erp5_crm/ModuleTemplateItem/sale_opportunity_module.xml @@ -19,9 +19,6 @@ <permission type='list'> <name>Access session data</name> </permission> - <permission type='list'> - <name>AccessContentsInformation</name> - </permission> <permission type='list'> <name>Add Accelerated HTTP Cache Managers</name> </permission> @@ -178,9 +175,6 @@ <permission type='list'> <name>Add Plugin Registrys</name> </permission> - <permission type='list'> - <name>Add Portal ZSyncer Tools</name> - </permission> <permission type='list'> <name>Add Python Scripts</name> </permission> @@ -235,9 +229,6 @@ <permission type='list'> <name>Add ZODB Mount Points</name> </permission> - <permission type='list'> - <name>Add ZSyncers</name> - </permission> <permission type='list'> <name>Add Zope Tutorials</name> </permission> @@ -337,6 +328,9 @@ <permission type='list'> <name>Change proxy roles</name> </permission> + <permission type='list'> + <name>Change user folder</name> + </permission> <permission type='list'> <name>Copy or Move</name> </permission> @@ -361,6 +355,9 @@ <permission type='list'> <name>Edit ReStructuredText</name> </permission> + <permission type='list'> + <name>Edit target</name> + </permission> <permission type='list'> <name>FTP access</name> </permission> @@ -511,15 +508,6 @@ <permission type='list'> <name>WebDAV access</name> </permission> - <permission type='list'> - <name>ZSyncer: Use ZSyncer</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: manage</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: view</name> - </permission> </permission_list> <portal_type>Sale Opportunity Module</portal_type> <title>Sale Opportunities</title> diff --git a/bt5/erp5_crm/ModuleTemplateItem/support_request_module.xml b/bt5/erp5_crm/ModuleTemplateItem/support_request_module.xml index 2d4a725d9f..d8ca1cef96 100644 --- a/bt5/erp5_crm/ModuleTemplateItem/support_request_module.xml +++ b/bt5/erp5_crm/ModuleTemplateItem/support_request_module.xml @@ -19,9 +19,6 @@ <permission type='list'> <name>Access session data</name> </permission> - <permission type='list'> - <name>AccessContentsInformation</name> - </permission> <permission type='list'> <name>Add Accelerated HTTP Cache Managers</name> </permission> @@ -178,9 +175,6 @@ <permission type='list'> <name>Add Plugin Registrys</name> </permission> - <permission type='list'> - <name>Add Portal ZSyncer Tools</name> - </permission> <permission type='list'> <name>Add Python Scripts</name> </permission> @@ -235,9 +229,6 @@ <permission type='list'> <name>Add ZODB Mount Points</name> </permission> - <permission type='list'> - <name>Add ZSyncers</name> - </permission> <permission type='list'> <name>Add Zope Tutorials</name> </permission> @@ -337,6 +328,9 @@ <permission type='list'> <name>Change proxy roles</name> </permission> + <permission type='list'> + <name>Change user folder</name> + </permission> <permission type='list'> <name>Copy or Move</name> </permission> @@ -361,6 +355,9 @@ <permission type='list'> <name>Edit ReStructuredText</name> </permission> + <permission type='list'> + <name>Edit target</name> + </permission> <permission type='list'> <name>FTP access</name> </permission> @@ -511,15 +508,6 @@ <permission type='list'> <name>WebDAV access</name> </permission> - <permission type='list'> - <name>ZSyncer: Use ZSyncer</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: manage</name> - </permission> - <permission type='list'> - <name>ZopeProfiler: view</name> - </permission> </permission_list> <portal_type>Support Request Module</portal_type> <title>Support Requests</title> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/complaint_ticket.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/complaint_ticket.xml index 764908b9c7..29c4a448f6 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/complaint_ticket.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/complaint_ticket.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6306398</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878487278</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>8</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>7.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>7.278</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878487.28</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.630639791663</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6309076</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878510415</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>8</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>30.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>30.415</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878510.41</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.63090758102</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_fax.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_fax.xml index d218274afe..85265840c3 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_fax.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_fax.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6309321</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878512530</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>8</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>32.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>32.53</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878512.53</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.630932060179</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6311855</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878534425</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>8</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>54.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>54.425</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878534.42</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631185474536</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_letter.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_letter.xml index a9393761ac..8778dfb023 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_letter.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/incoming_letter.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6312065</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878536244</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>8</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>56.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>56.244</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878536.24</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631206527774</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6314039</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878553293</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>13.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>13.293</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878553.29</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631403854168</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/mail_message.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/mail_message.xml index d5fccd8f4d..6983b42d38 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/mail_message.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/mail_message.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.63149</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878560732</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>20.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>20.732</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878560.73</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.63148995371</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6316166</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878571670</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>31.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>31.67</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878571.67</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631616550927</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/meeting.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/meeting.xml index 2164ec2cb0..7fda288577 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/meeting.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/meeting.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6316925</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878578235</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>38.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>38.235</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878578.23</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.63169253472</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6317927</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878586888</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>46.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>46.888</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878586.89</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631792685184</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/phone_call.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/phone_call.xml index e0508de93b..6aed4ad47b 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/phone_call.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/phone_call.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6318844</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878594813</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>9</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>54.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>54.813</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878594.81</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631884409719</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6319825</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878603285</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>10</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>3.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>3.285</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878603.29</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.631982465275</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/sale_opportunity.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/sale_opportunity.xml index 2c209d4310..803bf1e978 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/sale_opportunity.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/sale_opportunity.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6320573</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878609755</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>10</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>9.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>9.755</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878609.76</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.63205734954</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6321817</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878620495</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>10</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>20.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>20.495</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878620.49</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.632181655092</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/support_request.xml b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/support_request.xml index 8d5150a383..7f0caef8cc 100644 --- a/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/support_request.xml +++ b/bt5/erp5_crm/PathTemplateItem/portal_categories/resource/support_request.xml @@ -74,12 +74,6 @@ <none/> </value> </item> - <item> - <key> <string>workflow_history</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> - </value> - </item> </dictionary> </pickle> </record> @@ -123,269 +117,4 @@ <none/> </pickle> </record> - <record id="5" aka="AAAAAAAAAAU="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary> - <item> - <key> <string>edit_workflow</string> </key> - <value> - <tuple> - <dictionary> - <item> - <key> <string>action</string> </key> - <value> <string>\'edit\'</string> </value> - </item> - <item> - <key> <string>actor</string> </key> - <value> <string>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1" name="DateTime" module="DateTime.DateTime"/> - </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6322614</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878627386</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>10</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>27.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>27.386</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878627.39</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.632261412036</float> </value> - </item> - </dictionary> - </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>romain</string> </value> - </item> - <item> - <key> <string>comment</string> </key> - <value> <string></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="5.1"/> </klass> - <tuple> - <none/> - </tuple> - <state> - <dictionary> - <item> - <key> <string>_aday</string> </key> - <value> <string>Wed</string> </value> - </item> - <item> - <key> <string>_amon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_d</string> </key> - <value> <float>38487.6323648</float> </value> - </item> - <item> - <key> <string>_day</string> </key> - <value> <int>17</int> </value> - </item> - <item> - <key> <string>_dayoffset</string> </key> - <value> <int>3</int> </value> - </item> - <item> - <key> <string>_fday</string> </key> - <value> <string>Wednesday</string> </value> - </item> - <item> - <key> <string>_fmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_hour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_millis</string> </key> - <value> <long>1147878636318</long> </value> - </item> - <item> - <key> <string>_minute</string> </key> - <value> <int>10</int> </value> - </item> - <item> - <key> <string>_month</string> </key> - <value> <int>5</int> </value> - </item> - <item> - <key> <string>_nearsec</string> </key> - <value> <float>36.0</float> </value> - </item> - <item> - <key> <string>_pday</string> </key> - <value> <string>Wed.</string> </value> - </item> - <item> - <key> <string>_pm</string> </key> - <value> <string>am</string> </value> - </item> - <item> - <key> <string>_pmhour</string> </key> - <value> <int>11</int> </value> - </item> - <item> - <key> <string>_pmon</string> </key> - <value> <string>May</string> </value> - </item> - <item> - <key> <string>_second</string> </key> - <value> <float>36.318</float> </value> - </item> - <item> - <key> <string>_t</string> </key> - <value> <float>1147878636.32</float> </value> - </item> - <item> - <key> <string>_tz</string> </key> - <value> <string>GMT-4</string> </value> - </item> - <item> - <key> <string>_year</string> </key> - <value> <int>2006</int> </value> - </item> - <item> - <key> <string>time</string> </key> - <value> <float>0.632364791665</float> </value> - </item> - </dictionary> - </state> - </object> - </value> - </item> - </dictionary> - </tuple> - </value> - </item> - </dictionary> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/EventModule_createEventFromMail.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/EventModule_createEventFromMail.xml index 2ff0b350ee..b9141e37aa 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/EventModule_createEventFromMail.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/EventModule_createEventFromMail.xml @@ -182,7 +182,15 @@ return None\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/EventModule_createEventFromMail</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSaleOpportunity.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSaleOpportunity.xml index 99c62f5935..bcaadbc8cb 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSaleOpportunity.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSaleOpportunity.xml @@ -100,7 +100,15 @@ current_object.setFollowUpValueList([new_object])\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/Event_createSaleOpportunity</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSupportRequest.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSupportRequest.xml index 65e3bca4cd..22a83632ce 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSupportRequest.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_createSupportRequest.xml @@ -100,7 +100,15 @@ current_object.setFollowUpValueList([new_object])\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/Event_createSupportRequest</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_init.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_init.xml index 60a5bbd457..327c1cb4f5 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_init.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_init.xml @@ -83,7 +83,15 @@ event.edit(\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/Event_init</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_viewEmailReport.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_viewEmailReport.xml index 74f9949530..e94d31ad73 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_viewEmailReport.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_viewEmailReport.xml @@ -89,7 +89,15 @@ return printed\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/PersonModule_viewEmailReport</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequestModule_viewSupportRequestList.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequestModule_viewSupportRequestList.xml index 021f6691fe..aa520e2f27 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequestModule_viewSupportRequestList.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequestModule_viewSupportRequestList.xml @@ -45,6 +45,12 @@ <tuple/> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>action</string> </key> <value> <string>Base_doSelect</string> </value> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequest_view.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequest_view.xml index 2639d485fc..33a28ebd9d 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequest_view.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/SupportRequest_view.xml @@ -45,6 +45,12 @@ <tuple/> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> @@ -81,7 +87,7 @@ </value> </item> <item> - <key> <string>center</string> </key> + <key> <string>center</string> </key> <value> <list> <string>my_description</string> @@ -89,7 +95,7 @@ </value> </item> <item> - <key> <string>left</string> </key> + <key> <string>left</string> </key> <value> <list> <string>my_title</string> @@ -98,7 +104,7 @@ </value> </item> <item> - <key> <string>right</string> </key> + <key> <string>right</string> </key> <value> <list> <string>my_source_title</string> diff --git a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_init.xml b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_init.xml index b272a19844..83257837d3 100644 --- a/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_init.xml +++ b/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Ticket_init.xml @@ -83,7 +83,15 @@ ticket.edit(\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_crm/Ticket_init</string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSaleOpportunity.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSaleOpportunity.xml index 3e704f4a50..ffc4c7d675 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSaleOpportunity.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSaleOpportunity.xml @@ -82,7 +82,9 @@ object.Event_createSaleOpportunity()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/Event_createSaleOpportunity</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSupportRequest.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSupportRequest.xml index 1fb93d206e..9b302e6153 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSupportRequest.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_createSupportRequest.xml @@ -82,7 +82,9 @@ object.Event_createSupportRequest()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/Event_createSupportRequest</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_replyMailMessage.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_replyMailMessage.xml index ca01b1e8e9..b27ab19184 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_replyMailMessage.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/Event_replyMailMessage.xml @@ -88,7 +88,9 @@ state_change.object.MailHost.send(message, mto=state_change.object.getSender(), </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/Event_replyMailMessage</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/test_error_message.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/test_error_message.xml index a9be7cde60..7ba8f0b16a 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/test_error_message.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/test_error_message.xml @@ -96,7 +96,9 @@ else:\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/test_error_message</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_action.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_action.xml index a1d3cc451c..4bbda28e89 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_action.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_action.xml @@ -84,7 +84,9 @@ method()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/validate_user_action</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_assign.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_assign.xml index 8496807fcd..9ba31c2ee8 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_assign.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_workflow/scripts/validate_user_assign.xml @@ -98,7 +98,9 @@ else:\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/event_workflow/scripts/validate_user_assign</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml index 9513603cf1..5b1deacf54 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/sale_opportunity_workflow/scripts/mail_message.xml @@ -87,7 +87,9 @@ state_change.object.MailHost.send(message, mto=email_list, mfrom="info@nexedi.co </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/sale_opportunity_workflow/scripts/mail_message</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_workflow/scripts/checkConsistency.xml b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_workflow/scripts/checkConsistency.xml index ac4841cc11..f803221fad 100644 --- a/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_workflow/scripts/checkConsistency.xml +++ b/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_workflow/scripts/checkConsistency.xml @@ -90,7 +90,9 @@ if len(check_result) > 0:\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_workflow/validation_workflow/scripts/checkConsistency</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_crm/bt/provision_list b/bt5/erp5_crm/bt/provision_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_crm/bt/revision b/bt5/erp5_crm/bt/revision index 9d607966b7..8e2afd3427 100644 --- a/bt5/erp5_crm/bt/revision +++ b/bt5/erp5_crm/bt/revision @@ -1 +1 @@ -11 \ No newline at end of file +17 \ No newline at end of file diff --git a/bt5/erp5_crm/bt/short_title b/bt5/erp5_crm/bt/short_title new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_crm/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_crm/bt/template_document_class_list b/bt5/erp5_crm/bt/template_document_class_list deleted file mode 100644 index 0637a088a0..0000000000 --- a/bt5/erp5_crm/bt/template_document_class_list +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/bt5/erp5_crm/bt/template_preference_list b/bt5/erp5_crm/bt/template_preference_list new file mode 100644 index 0000000000..e69de29bb2 -- 2.30.9