[Erp5-report] r45427 aurel - in /erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 14 12:09:53 CEST 2011


Author: aurel
Date: Thu Apr 14 12:09:52 2011
New Revision: 45427

URL: http://svn.erp5.org?rev=45427&view=rev
Log:
new property sheet format

Added:
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml
Removed:
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py
    erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py

Removed: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py?rev=45426&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/BaobabStopDate.py (removed)
@@ -1,40 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
-#              Aurelien Calonne <aurel 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.
-#
-##############################################################################
-
-class BaobabStopDate:
-  """
-      Properties for all Objects that define a stop_date
-  """
-
-  _properties = (
-    {'id'          : 'stop_date',
-     'description' : 'a date',
-     'type'        : 'date',
-     'mode'        : 'w'
-    },
-    )

Removed: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py?rev=45426&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckModel.py (removed)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002 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 CheckModel:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'account_number_enabled',
-            'description' : 'If we have to specify the account number',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-        {   'id'          : 'fixed_price',
-            'description' : 'If we have to specify the price',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-        {   'id'          : 'inside_checkbook',
-            'description' : 'If we must create items inside a checkbook',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-        {   'id'          : 'unique_per_account',
-            'description' : 'If check numbers are unique per account',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-    )
-  
-

Removed: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py?rev=45426&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CheckOperationLineDate.py (removed)
@@ -1,39 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-2007 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 CheckOperationLineDate:
-  """
-  CheckOperationLineDate properties for all ERP5 objects
-  """
-
-  _properties = (
-    {'id'          : 'issue_date',
-     'description' : 'a issue date',
-     'type'        : 'date',
-     'mode'        : 'w'
-    },
-    )

Removed: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py?rev=45426&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/CurrencyExchangeRate.py (removed)
@@ -1,40 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002-2007 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 CurrencyExchangeRate:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'currency_exchange_rate',
-            'description' : 'A particular currency exchange rate used',
-            'type'        : 'float',
-            'mode'        : 'w' },
-    )
-  
-

Removed: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py?rev=45426&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/RenderingPreference.py (removed)
@@ -1,41 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002 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 RenderingPreference:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'preferred_usual_cash_max_rendering_price',
-            'description' : 'The max quantity allowed in the usual cash',
-            'type'        : 'int',
-            'preference'  : 1,
-            'mode'        : 'w' },
-    )
-  
-

Added: erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate.xml [utf8] Thu Apr 14 12:09:52 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>BaobabStopDate</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_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/BaobabStopDate/stop_date_property.xml [utf8] Thu Apr 14 12:09:52 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>a date</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>stop_date_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel.xml [utf8] Thu Apr 14 12:09:52 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>CheckModel</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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/account_number_enabled_property.xml [utf8] Thu Apr 14 12:09:52 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/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>If we have to specify the account number</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>account_number_enabled_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/fixed_price_property.xml [utf8] Thu Apr 14 12:09:52 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/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>If we have to specify the price</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>fixed_price_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/inside_checkbook_property.xml [utf8] Thu Apr 14 12:09:52 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/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>If we must create items inside a checkbook</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>inside_checkbook_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckModel/unique_per_account_property.xml [utf8] Thu Apr 14 12:09:52 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/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>If check numbers are unique per account</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>unique_per_account_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate.xml [utf8] Thu Apr 14 12:09:52 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>CheckOperationLineDate</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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CheckOperationLineDate/issue_date_property.xml [utf8] Thu Apr 14 12:09:52 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>a issue date</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>issue_date_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate.xml [utf8] Thu Apr 14 12:09:52 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>CurrencyExchangeRate</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_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/CurrencyExchangeRate/currency_exchange_rate_property.xml [utf8] Thu Apr 14 12:09:52 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/float</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>A particular currency exchange rate used</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>currency_exchange_rate_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_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference.xml [utf8] Thu Apr 14 12:09:52 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>RenderingPreference</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_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml?rev=45427&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/PropertySheetTemplateItem/portal_property_sheets/RenderingPreference/preferred_usual_cash_max_rendering_price_property.xml [utf8] Thu Apr 14 12:09:52 2011
@@ -0,0 +1,57 @@
+<?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>The max quantity allowed in the usual cash</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>preferred_usual_cash_max_rendering_price_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>preference</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>



More information about the Erp5-report mailing list