[Erp5-report] r45309 luke - in /erp5/trunk/bt5/erp5_credential: PropertySheetTemplateItem/ ...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 12 09:43:11 CEST 2011


Author: luke
Date: Tue Apr 12 09:43:11 2011
New Revision: 45309

URL: http://svn.erp5.org?rev=45309&view=rev
Log:
- migrate property sheets

Added:
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_address_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_telephone_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_description_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_title_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/question_category.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_assignment_duration_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_recovery_automatic_approval_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_request_automatic_approval_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_login_and_password_notifier_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_organisation_credential_update_automatic_approval_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_person_credential_update_automatic_approval_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/answer_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_category.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_free_text_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/birthday_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/credential_question_property.xml
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/question_category.xml
Removed:
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialOrganisationProperties.py
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialPreference.py
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialQuestion.py
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialRequest.py
    erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/DefaultCredentialQuestion.py
Modified:
    erp5/trunk/bt5/erp5_credential/bt/revision

Removed: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialOrganisationProperties.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialOrganisationProperties.py?rev=45308&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialOrganisationProperties.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialOrganisationProperties.py (removed)
@@ -1,87 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-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 responsibility 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
-# guarantees 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-##############################################################################
-
-class CredentialOrganisationProperties:
-  """
-    Used to store properties related to organisation
-  """
-
-  _properties = (
-    # Acquisition
-    { 'id'          : 'organisation_default_address',
-      'storage_id'  : 'organisation_default_address',
-      'description' : 'The organisation address of the person',
-      'type'        : 'content',
-      'portal_type' : ('Address'),
-      'acquired_property_id'      : ( 'text', 'street_address', 'city',
-                                     'zip_code', 'region', 'region_title',
-                                     'prefecture'),
-      'acquisition_base_category' : ('region', ),
-      'acquisition_portal_type'   : ('Category',),
-      'acquisition_copy_value'    : 0,
-      'acquisition_mask_value'    : 1,
-      'acquisition_sync_value'    : 0,
-      'acquisition_accessor_id'   : 'getDefaultAddressValue',
-      'acquisition_depends'       : None,
-      'mode'        : 'w' },
-    { 'id'          : 'organisation_default_telephone',
-      'storage_id'  : 'organisation_default_telephone',
-      'description' : 'The organisation phone of the person',
-      'type'        : 'content',
-      'portal_type' : ('Telephone'),
-      'acquired_property_id'      : ( 'text', 'telephone_number' ),
-      'acquisition_base_category' : ('region', ),
-      'acquisition_portal_type'   : ('Category',),
-      'acquisition_copy_value'    : 0,
-      'acquisition_mask_value'    : 1,
-      'acquisition_sync_value'    : 0,
-      'acquisition_accessor_id'   : 'getDefaultTelephoneValue',
-      'acquisition_depends'       : None,
-      'mode'        : 'w' },
-    { 'id'          : 'organisation_title',
-      'description' : '',
-      'type'        : 'string',
-      'translatable'  : 1,
-      'translation_domain' : 'erp5_content',
-      'default'     : '',
-      'acquisition_base_category': (),
-      'acquisition_portal_type': (),
-      'acquisition_copy_value': 0,
-      'acquisition_mask_value': 1,
-      'acquisition_accessor_id': 'getTitle',
-      'acquisition_depends': None,
-      'mode'        : 'w' },
-    { 'id'          : 'organisation_description',
-      'description' : '',
-      'default'     : '',
-      'type'        : 'text',
-      'mode'        : 'w' },
-  )
-
-
-  _categories = ('question', )

Removed: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialPreference.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialPreference.py?rev=45308&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialPreference.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialPreference.py (removed)
@@ -1,77 +0,0 @@
-#############################################################################
-#
-# Copyright (c) 2010 Nexedi SARL and Contributors. All Rights Reserved.
-#
-# 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.
-#
-##############################################################################
-
-
-class CredentialPreference:
-  """
-    This property sheet defines configurable preference for credential managment.
-  """
-
-  _properties = (
-    { 'id'          : 'preferred_credential_request_automatic_approval',
-      'description' : 'Automaticaly accept credential request',
-      'type'        : 'boolean',
-      'preference'  : 1,
-      'default'     : False,
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_credential_recovery_automatic_approval',
-      'description' : 'Automaticaly accept credential recovery',
-      'type'        : 'boolean',
-      'preference'  : 1,
-      'default'     : False,
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_person_credential_update_automatic_approval',
-      'description' : 'Automaticaly accept credential update of a person',
-      'type'        : 'boolean',
-      'preference'  : 1,
-      'default'     : False,
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_organisation_credential_update_automatic_approval',
-      'description' : 'Automaticaly accept credential update of an organisation',
-      'type'        : 'boolean',
-      'preference'  : 1,
-      'default'     : False,
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_credential_assignment_duration',
-      'description' : 'Validation duration  for assignments created from a credential (Days)',
-      'type'        : 'int',
-      'preference'  : 1,
-      'default'     : 3650,
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_login_and_password_notifier',
-      'description' : 'Which notifier use to send password and login.("Mail Message", "SMS",...)',
-      'type'        : 'text',
-      'preference'  : 1,
-      'default'     : 'Mail Message',
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    )

Removed: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialQuestion.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialQuestion.py?rev=45308&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialQuestion.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialQuestion.py (removed)
@@ -1,49 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-2010 Nexedi SA and Contributors. All Rights Reserved.
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsibility 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
-# guarantees 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-##############################################################################
-
-class CredentialQuestion:
-  """
-      CredentialQuestion properties for all ERP5 objects
-
-      move to subobject
-  """
-
-  _properties = (
-      {   'id'          : 'answer',
-          'description' : 'The answer to the credential question. This will '\
-              'be used to check the user identity when he forgets his password',
-          'type'        : 'string',
-          'mode'        : 'w' },
-      {   'id'          : 'question_free_text',
-          'description' : 'The question entered by hand the user want to be '\
-              'asked when he will forgets his password',
-          'type'        : 'string',
-          'mode'        : 'w' },
-  )
-
-
-  _categories = ('question', )

Removed: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialRequest.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialRequest.py?rev=45308&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialRequest.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/CredentialRequest.py (removed)
@@ -1,39 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-2010 Nexedi SA and Contributors. All Rights Reserved.
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsibility 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
-# guarantees 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-##############################################################################
-
-class CredentialRequest:
-  """
-      CredentialRequest property sheet
-  """
-  _properties = (
-    { 'id'        : 'birthday',
-    'description' : 'Date of birth',
-    'type'        : 'date',
-    'mode'        : 'w',
-    },
-    )
-

Removed: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/DefaultCredentialQuestion.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/DefaultCredentialQuestion.py?rev=45308&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/DefaultCredentialQuestion.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/DefaultCredentialQuestion.py (removed)
@@ -1,46 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-2010 Nexedi SA and Contributors. All Rights Reserved.
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsibility 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
-# guarantees 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-##############################################################################
-
-class DefaultCredentialQuestion:
-  """
-      Properties which allow to define a Default Credential Question for a
-      person.
-  """
-
-  _properties = (
-      {   'id'          : 'credential_question',
-          'storage_id'  : 'default_credential_question',
-          'description' : '',
-          'type'        : 'content',
-          'portal_type' : ('Credential Question',),
-          'acquired_property_id': ('answer','question_free_text',
-                                   'question', 'question_title'),
-          'mode'        : 'w' },
-  )
-
-
-  _categories = ('question', )

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>CredentialOrganisationProperties</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_address_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_address_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_address_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_address_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,129 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Acquired Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_depends</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_sync_value</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>int</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_accessor_id</string> </key>
+            <value> <string>getDefaultAddressValue</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_base_category</string> </key>
+            <value>
+              <tuple>
+                <string>region</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_copy_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_depends</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_mask_value</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_portal_type</string> </key>
+            <value> <string>python: (\'Category\',)</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_sync_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_acquired_property_id</string> </key>
+            <value>
+              <tuple>
+                <string>text</string>
+                <string>street_address</string>
+                <string>city</string>
+                <string>zip_code</string>
+                <string>region</string>
+                <string>region_title</string>
+                <string>prefecture</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_portal_type</string> </key>
+            <value> <string>python: \'Address\'</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>The organisation address of the person</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>organisation_default_address_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Acquired Property</string> </value>
+        </item>
+        <item>
+            <key> <string>storage_id</string> </key>
+            <value> <string>organisation_default_address</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_telephone_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_telephone_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_telephone_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_default_telephone_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,124 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Acquired Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_depends</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_sync_value</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>int</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_accessor_id</string> </key>
+            <value> <string>getDefaultTelephoneValue</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_base_category</string> </key>
+            <value>
+              <tuple>
+                <string>region</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_copy_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_depends</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_mask_value</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_portal_type</string> </key>
+            <value> <string>python: (\'Category\',)</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_sync_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_acquired_property_id</string> </key>
+            <value>
+              <tuple>
+                <string>text</string>
+                <string>telephone_number</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_portal_type</string> </key>
+            <value> <string>python: \'Telephone\'</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>The organisation phone of the person</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>organisation_default_telephone_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Acquired Property</string> </value>
+        </item>
+        <item>
+            <key> <string>storage_id</string> </key>
+            <value> <string>organisation_default_telephone</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_description_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_description_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_description_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_description_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/text</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>organisation_description_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_title_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_title_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_title_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/organisation_title_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,105 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Acquired Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>acquisition_depends</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_accessor_id</string> </key>
+            <value> <string>getTitle</string> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_base_category</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_copy_value</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_depends</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>acquisition_mask_value</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>acquisition_portal_type</string> </key>
+            <value> <string>python: ()</string> </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>organisation_title_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Acquired Property</string> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'\'</string> </value>
+        </item>
+        <item>
+            <key> <string>translatable</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>translation_domain</string> </key>
+            <value> <string>erp5_content</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/question_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/question_category.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/question_category.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialOrganisationProperties/question_category.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Category Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>question_category</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Category Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>CredentialPreference</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_assignment_duration_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_assignment_duration_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_assignment_duration_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_assignment_duration_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/int</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Validation duration  for assignments created from a credential (Days)</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_credential_assignment_duration_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: 3650</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_recovery_automatic_approval_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_recovery_automatic_approval_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_recovery_automatic_approval_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_recovery_automatic_approval_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Automaticaly accept credential recovery</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_credential_recovery_automatic_approval_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: False</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_request_automatic_approval_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_request_automatic_approval_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_request_automatic_approval_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_credential_request_automatic_approval_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Automaticaly accept credential request</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_credential_request_automatic_approval_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: False</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_login_and_password_notifier_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_login_and_password_notifier_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_login_and_password_notifier_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_login_and_password_notifier_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/text</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Which notifier use to send password and login.("Mail Message", "SMS",...)</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_login_and_password_notifier_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: \'Mail Message\'</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_organisation_credential_update_automatic_approval_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_organisation_credential_update_automatic_approval_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_organisation_credential_update_automatic_approval_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_organisation_credential_update_automatic_approval_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Automaticaly accept credential update of an organisation</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_organisation_credential_update_automatic_approval_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: False</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_person_credential_update_automatic_approval_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_person_credential_update_automatic_approval_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_person_credential_update_automatic_approval_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialPreference/preferred_person_credential_update_automatic_approval_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Automaticaly accept credential update of a person</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_person_credential_update_automatic_approval_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+        <item>
+            <key> <string>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>property_default</string> </key>
+            <value> <string>python: False</string> </value>
+        </item>
+        <item>
+            <key> <string>write_permission</string> </key>
+            <value> <string>Manage properties</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>CredentialQuestion</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/answer_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/answer_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/answer_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/answer_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>The answer to the credential question. This will be used to check the user identity when he forgets his password</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>answer_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_category.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_category.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_category.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Category Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>question_category</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Category Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_free_text_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_free_text_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_free_text_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialQuestion/question_free_text_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/string</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>The question entered by hand the user want to be asked when he will forgets his password</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>question_free_text_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>CredentialRequest</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/birthday_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/birthday_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/birthday_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/CredentialRequest/birthday_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Standard Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/date</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Date of birth</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>birthday_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Standard Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Property Sheet" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>DefaultCredentialQuestion</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Property Sheet</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/credential_question_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/credential_question_property.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/credential_question_property.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/credential_question_property.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Acquired Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_local_properties</string> </key>
+            <value>
+              <tuple>
+                <dictionary>
+                  <item>
+                      <key> <string>id</string> </key>
+                      <value> <string>mode</string> </value>
+                  </item>
+                  <item>
+                      <key> <string>type</string> </key>
+                      <value> <string>string</string> </value>
+                  </item>
+                </dictionary>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>elementary_type/content</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_acquired_property_id</string> </key>
+            <value>
+              <tuple>
+                <string>answer</string>
+                <string>question_free_text</string>
+                <string>question</string>
+                <string>question_title</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>content_portal_type</string> </key>
+            <value> <string>python: (\'Credential Question\',)</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>credential_question_property</string> </value>
+        </item>
+        <item>
+            <key> <string>mode</string> </key>
+            <value> <string>w</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Acquired Property</string> </value>
+        </item>
+        <item>
+            <key> <string>storage_id</string> </key>
+            <value> <string>default_credential_question</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/question_category.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/question_category.xml?rev=45309&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/question_category.xml (added)
+++ erp5/trunk/bt5/erp5_credential/PropertySheetTemplateItem/portal_property_sheets/DefaultCredentialQuestion/question_category.xml [utf8] Tue Apr 12 09:43:11 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Category Property" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>question_category</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Category Property</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_credential/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_credential/bt/revision?rev=45309&r1=45308&r2=45309&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_credential/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_credential/bt/revision [utf8] Tue Apr 12 09:43:11 2011
@@ -1 +1 @@
-326
\ No newline at end of file
+327
\ No newline at end of file



More information about the Erp5-report mailing list