[Erp5-report] r45478 aurel - in /erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 15 09:33:48 CEST 2011


Author: aurel
Date: Fri Apr 15 09:33:48 2011
New Revision: 45478

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

Added:
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/currency_handover_property.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/dematerialization_property.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/deponent_property.xml
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/sent_to_headquaters_property.xml
Removed:
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/CashMovement.py
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MonetaryDestruction.py
    erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MutilatedBanknote.py

Removed: erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/CashMovement.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/CashMovement.py?rev=45477&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/CashMovement.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/CashMovement.py (removed)
@@ -1,40 +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 CashMovement:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'currency_handover',
-            'description' : 'If we send currency ressources outside',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-    )
-  
-

Removed: erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MonetaryDestruction.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MonetaryDestruction.py?rev=45477&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MonetaryDestruction.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MonetaryDestruction.py (removed)
@@ -1,40 +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 MonetaryDestruction:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'dematerialization',
-            'description' : 'If we are currently doint dematerialization',
-            'type'        : 'boolean',
-            'mode'        : 'w' },
-    )
-  
-

Removed: erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MutilatedBanknote.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MutilatedBanknote.py?rev=45477&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MutilatedBanknote.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/MutilatedBanknote.py (removed)
@@ -1,45 +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 MutilatedBanknote:
-    """
-        PropertySheetTemplate properties for all ERP5 objects
-    """
-
-    _properties = (
-        {   'id'          : 'deponent',
-            'description' : 'The person who said that there is a mutilated banknote',
-            'type'        : 'string',
-            'mode'        : 'w' },
-        {   'id'          : 'sent_to_headquaters',
-            'description' : 'If true, the banknotes have been sent to headquaters',
-            'type'        : 'boolean',
-            'default'     : False,
-            'mode'        : 'w' },
-    )
-  
-

Added: erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement.xml [utf8] Fri Apr 15 09:33:48 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>CashMovement</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_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/currency_handover_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/currency_handover_property.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/currency_handover_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/CashMovement/currency_handover_property.xml [utf8] Fri Apr 15 09:33:48 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 send currency ressources outside</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>currency_handover_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_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction.xml [utf8] Fri Apr 15 09:33:48 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>MonetaryDestruction</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_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/dematerialization_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/dematerialization_property.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/dematerialization_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MonetaryDestruction/dematerialization_property.xml [utf8] Fri Apr 15 09:33:48 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 are currently doint dematerialization</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>dematerialization_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_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote.xml [utf8] Fri Apr 15 09:33:48 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>MutilatedBanknote</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_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/deponent_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/deponent_property.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/deponent_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/deponent_property.xml [utf8] Fri Apr 15 09:33:48 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 person who said that there is a mutilated banknote</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>deponent_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_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/sent_to_headquaters_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/sent_to_headquaters_property.xml?rev=45478&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/sent_to_headquaters_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_cash/PropertySheetTemplateItem/portal_property_sheets/MutilatedBanknote/sent_to_headquaters_property.xml [utf8] Fri Apr 15 09:33:48 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/boolean</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>If true, the banknotes have been sent to headquaters</string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>sent_to_headquaters_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: False</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>



More information about the Erp5-report mailing list