[Erp5-report] r45505 aurel - in /erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateIte...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 15 14:46:47 CEST 2011
Author: aurel
Date: Fri Apr 15 14:46:47 2011
New Revision: 45505
URL: http://svn.erp5.org?rev=45505&view=rev
Log:
Property sheets format changed
Added:
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/check_less_property.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/unique_per_account_property.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/imported_property.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment.xml
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/debit_required_property.xml
Removed:
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckDeposit.py
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckbookReception.py
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/StopPayment.py
Removed: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckDeposit.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckDeposit.py?rev=45504&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckDeposit.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckDeposit.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 CheckDeposit:
- """
- CheckDeposit properties for all ERP5 objects
- """
-
- _properties = (
- { 'id' : 'check_less',
- 'description' : 'When true, disable check number verification on lines.',
- 'type' : 'boolean',
- 'mode' : 'w' },
- )
-
-
Removed: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py?rev=45504&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py (removed)
@@ -1,41 +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 CheckPayment:
- """
- CheckPayment properties for all ERP5 objects
- """
-
- _properties = (
- { 'id' : 'unique_per_account',
- 'description' : 'If the check has an number that must be unique per account',
- 'type' : 'boolean',
- 'default' : True,
- 'mode' : 'w' },
- )
-
-
Removed: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckbookReception.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckbookReception.py?rev=45504&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckbookReception.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckbookReception.py (removed)
@@ -1,39 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 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 CheckbookReception:
- """
- Properties for Baobab Bank Account Objects
- """
-
- _properties = (
- {'id' : 'imported',
- 'description' : 'Indicate if this document is used for an import',
- 'type' : 'boolean',
- 'mode' : 'w'
- },
- )
Removed: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/StopPayment.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/StopPayment.py?rev=45504&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/StopPayment.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/StopPayment.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 StopPayment:
- """
- Specific properties for Check Payment
- """
-
- _properties = (
- { 'id' : 'debit_required',
- 'description' : 'If we must debit the bank account',
- 'type' : 'boolean',
- 'mode' : 'w' },
- )
-
-
Added: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit.xml [utf8] Fri Apr 15 14:46:47 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>CheckDeposit</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_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/check_less_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/check_less_property.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/check_less_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckDeposit/check_less_property.xml [utf8] Fri Apr 15 14:46:47 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>When true, disable check number verification on lines.</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>check_less_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_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment.xml [utf8] Fri Apr 15 14:46:47 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>CheckPayment</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_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/unique_per_account_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/unique_per_account_property.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/unique_per_account_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckPayment/unique_per_account_property.xml [utf8] Fri Apr 15 14:46:47 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 the check has an number that must be 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>
+ <item>
+ <key> <string>property_default</string> </key>
+ <value> <string>python: True</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception.xml [utf8] Fri Apr 15 14:46:47 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>CheckbookReception</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_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/imported_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/imported_property.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/imported_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/CheckbookReception/imported_property.xml [utf8] Fri Apr 15 14:46:47 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>Indicate if this document is used for an import</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>imported_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_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment.xml [utf8] Fri Apr 15 14:46:47 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>StopPayment</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_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/debit_required_property.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/debit_required_property.xml?rev=45505&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/debit_required_property.xml (added)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/portal_property_sheets/StopPayment/debit_required_property.xml [utf8] Fri Apr 15 14:46:47 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 debit the bank account</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>debit_required_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>
More information about the Erp5-report
mailing list