[Erp5-report] r37082 fabien - in /erp5/trunk/bt5/erp5_software_pdm: ActionTemplateItem/port...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 13 15:16:06 CEST 2010
Author: fabien
Date: Tue Jul 13 15:15:53 2010
New Revision: 37082
URL: http://svn.erp5.org?rev=37082&view=rev
Log:
use british english instead of american :
license -> licence
Removed:
erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20License/
erp5/trunk/bt5/erp5_software_pdm/ActionTemplateItem/portal_types/Software%20License%20Module/
erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicense.py
erp5/trunk/bt5/erp5_software_pdm/ModuleTemplateItem/software_license_module.xml
erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License%20Module.xml
erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License.xml
erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License%20Module.xml
erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License.xml
erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList/
erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList.xml
erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view/
erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view.xml
Removed: erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicense.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicense.py?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicense.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/DocumentTemplateItem/SoftwareLicense.py (removed)
@@ -1,45 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-# Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
-# Fabien Morin <fabien at nexedi.com>
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
-# consequences resulting from its eventual inadequacies and bugs
-# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
-# Service Company
-#
-# This program is Free Software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-##############################################################################
-
-from AccessControl import ClassSecurityInfo
-from Products.ERP5Type import Permissions, PropertySheet
-from Products.ERP5.Document.Item import Item
-from Products.ERP5.Document.TextDocument import TextDocument
-
-class SoftwareLicense(Item, TextDocument):
- """
- """
-
- meta_type = 'ERP5 Software License'
- portal_type = 'Software License'
- add_permission = Permissions.AddPortalContent
-
- # Declarative security
- security = ClassSecurityInfo()
- security.declareObjectProtected(Permissions.AccessContentsInformation)
Removed: erp5/trunk/bt5/erp5_software_pdm/ModuleTemplateItem/software_license_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/ModuleTemplateItem/software_license_module.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/ModuleTemplateItem/software_license_module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/ModuleTemplateItem/software_license_module.xml (removed)
@@ -1,96 +0,0 @@
-<module>
- <id>software_license_module</id>
- <permission_list>
- <permission type='tuple'>
- <name>Access Transient Objects</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Access contents information</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Access session data</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Add portal content</name>
- <role>Assignor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Add portal folders</name>
- <role>Assignor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Change local roles</name>
- <role>Assignor</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Copy or Move</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Delete objects</name>
- <role>Assignor</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>List folder contents</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>Modify portal content</name>
- <role>Assignor</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>View</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Manager</role>
- </permission>
- <permission type='tuple'>
- <name>View History</name>
- <role>Assignee</role>
- <role>Assignor</role>
- <role>Associate</role>
- <role>Auditor</role>
- <role>Author</role>
- <role>Manager</role>
- </permission>
- </permission_list>
- <portal_type>Software License Module</portal_type>
- <title>Software Licenses</title>
-</module>
\ No newline at end of file
Removed: erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%2520License%2520Module.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License%20Module.xml (removed)
@@ -1,2 +0,0 @@
-<type_roles>
-</type_roles>
\ No newline at end of file
Removed: erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%2520License.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/PortalTypeRolesTemplateItem/Software%20License.xml (removed)
@@ -1,2 +0,0 @@
-<type_roles>
-</type_roles>
\ No newline at end of file
Removed: erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%2520License%2520Module.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License%20Module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License%20Module.xml (removed)
@@ -1,142 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>_property_domain_dict</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>short_title</string> </key>
- <value>
- <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
- </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value>
- <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>content_icon</string> </key>
- <value> <string>folder_icon.gif</string> </value>
- </item>
- <item>
- <key> <string>description</string> </key>
- <value> <string>\n
- A Folder is a subclass of Base but not of XMLObject.\n
- Folders are not considered as documents and are therefore\n
- not synchronisable.\n
-\n
- ERP5 folders are implemented as CMFBTreeFolder objects\n
- and can store up to a million documents on a standard\n
- computer.\n
- ERP5 folders will eventually use in the near future the\n
- AdaptableStorage implementation in order to reach performances\n
- of 10 or 100 millions of documents in a single folder.\n
-\n
- ERP5 folders include an automatic id generation feature\n
- which allows user not to define an id when they create\n
- a new document in a folder.\n
-\n
- ERP5 folders use the ZSQLCatalog to search for objects\n
- or display content. This requires a method called\n
- *z_search_folder* to be put inside the ZSQLCatalog object\n
- of the ERP5 portal.\n
-\n
- An ERP5 Binder document class will eventually be defined\n
- in order to implement a binder of documents which can itself\n
- be categorized.\n
-</string> </value>
- </item>
- <item>
- <key> <string>factory</string> </key>
- <value> <string>addFolder</string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <tuple>
- <string>module</string>
- </tuple>
- </value>
- </item>
- <item>
- <key> <string>icon</string> </key>
- <value> <string>document_icon.gif</string> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>Software License Module</string> </value>
- </item>
- <item>
- <key> <string>immediate_view</string> </key>
- <value> <string>Folder_view</string> </value>
- </item>
- <item>
- <key> <string>meta_type</string> </key>
- <value> <string>ERP5 Folder</string> </value>
- </item>
- <item>
- <key> <string>portal_type</string> </key>
- <value> <string>Base Type</string> </value>
- </item>
- <item>
- <key> <string>product</string> </key>
- <value> <string>ERP5Type</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
- <record id="2" aka="AAAAAAAAAAI=">
- <pickle>
- <tuple>
- <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>domain_name</string> </key>
- <value> <string>erp5_ui</string> </value>
- </item>
- <item>
- <key> <string>property_name</string> </key>
- <value> <string>short_title</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
- <record id="3" aka="AAAAAAAAAAM=">
- <pickle>
- <tuple>
- <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>domain_name</string> </key>
- <value> <string>erp5_ui</string> </value>
- </item>
- <item>
- <key> <string>property_name</string> </key>
- <value> <string>title</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%2520License.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/PortalTypeTemplateItem/portal_types/Software%20License.xml (removed)
@@ -1,118 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>_property_domain_dict</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>short_title</string> </key>
- <value>
- <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
- </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value>
- <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>description</string> </key>
- <value> <string>ERP5 default document. Supports synchronisation and XML.</string> </value>
- </item>
- <item>
- <key> <string>factory</string> </key>
- <value> <string>addSoftwareLicense</string> </value>
- </item>
- <item>
- <key> <string>icon</string> </key>
- <value> <string>document_icon.gif</string> </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>Software License</string> </value>
- </item>
- <item>
- <key> <string>immediate_view</string> </key>
- <value> <string>XMLObject_view</string> </value>
- </item>
- <item>
- <key> <string>init_script</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>meta_type</string> </key>
- <value> <string>ERP5 XML Object</string> </value>
- </item>
- <item>
- <key> <string>permission</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>portal_type</string> </key>
- <value> <string>Base Type</string> </value>
- </item>
- <item>
- <key> <string>product</string> </key>
- <value> <string>ERP5Type</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
- <record id="2" aka="AAAAAAAAAAI=">
- <pickle>
- <tuple>
- <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>domain_name</string> </key>
- <value> <string>erp5_content</string> </value>
- </item>
- <item>
- <key> <string>property_name</string> </key>
- <value> <string>short_title</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
- <record id="3" aka="AAAAAAAAAAM=">
- <pickle>
- <tuple>
- <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>domain_name</string> </key>
- <value> <string>erp5_content</string> </value>
- </item>
- <item>
- <key> <string>property_name</string> </key>
- <value> <string>title</string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicenseModule_viewSoftwareLicenseList.xml (removed)
@@ -1,155 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5Form" module="Products.ERP5Form.Form"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary/>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_objects</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>action</string> </key>
- <value> <string>Base_doSelect</string> </value>
- </item>
- <item>
- <key> <string>description</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>edit_order</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>enctype</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <list>
- <string>left</string>
- <string>right</string>
- <string>center</string>
- <string>bottom</string>
- <string>hidden</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>groups</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>bottom</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>center</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>hidden</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left</string> </key>
- <value>
- <list>
- <string>listbox</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right</string> </key>
- <value>
- <list/>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>SoftwareLicenseModule_viewSoftwareLicenseList</string> </value>
- </item>
- <item>
- <key> <string>method</string> </key>
- <value> <string>POST</string> </value>
- </item>
- <item>
- <key> <string>name</string> </key>
- <value> <string>SoftwareLicenseModule_viewSoftwareLicenseList</string> </value>
- </item>
- <item>
- <key> <string>pt</string> </key>
- <value> <string>form_list</string> </value>
- </item>
- <item>
- <key> <string>row_length</string> </key>
- <value> <int>4</int> </value>
- </item>
- <item>
- <key> <string>stored_encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Software Licenses</string> </value>
- </item>
- <item>
- <key> <string>unicode_mode</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>update_action</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>update_action_title</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
Removed: erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view.xml?rev=37081&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_software_pdm/SkinTemplateItem/portal_skins/erp5_software_pdm/SoftwareLicense_view.xml (removed)
@@ -1,182 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="ERP5Form" module="Products.ERP5Form.Form"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary/>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_objects</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>action</string> </key>
- <value> <string>Base_edit</string> </value>
- </item>
- <item>
- <key> <string>description</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>edit_order</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>enctype</string> </key>
- <value> <string>multipart/form-data</string> </value>
- </item>
- <item>
- <key> <string>group_list</string> </key>
- <value>
- <list>
- <string>left (Document Reference)</string>
- <string>right (Publication Information)</string>
- <string>left</string>
- <string>right</string>
- <string>center</string>
- <string>bottom (Preview)</string>
- <string>hidden</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>groups</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>bottom (Preview)</string> </key>
- <value>
- <list>
- <string>iframe_content</string>
- <string>text_content</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>center</string> </key>
- <value>
- <list>
- <string>my_description</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>hidden</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>left (Document Reference)</string> </key>
- <value>
- <list>
- <string>my_title</string>
- <string>my_short_title</string>
- <string>my_reference</string>
- <string>my_version</string>
- <string>my_language</string>
- <string>my_effective_date</string>
- <string>my_revision</string>
- </list>
- </value>
- </item>
- <item>
- <key> <string>right</string> </key>
- <value>
- <list/>
- </value>
- </item>
- <item>
- <key> <string>right (Publication Information)</string> </key>
- <value>
- <list>
- <string>my_translated_validation_state_title</string>
- </list>
- </value>
- </item>
- </dictionary>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>SoftwareLicense_view</string> </value>
- </item>
- <item>
- <key> <string>method</string> </key>
- <value> <string>POST</string> </value>
- </item>
- <item>
- <key> <string>name</string> </key>
- <value> <string>SoftwareLicense_view</string> </value>
- </item>
- <item>
- <key> <string>pt</string> </key>
- <value> <string>form_view</string> </value>
- </item>
- <item>
- <key> <string>row_length</string> </key>
- <value> <int>4</int> </value>
- </item>
- <item>
- <key> <string>stored_encoding</string> </key>
- <value> <string>UTF-8</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Sofware License</string> </value>
- </item>
- <item>
- <key> <string>unicode_mode</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>update_action</string> </key>
- <value> <string></string> </value>
- </item>
- <item>
- <key> <string>update_action_title</string> </key>
- <value> <string></string> </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
More information about the Erp5-report
mailing list