[Erp5-report] r7656 - /erp5/trunk/products/ERP5/PropertySheet/BankAccount.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 8 17:28:19 CEST 2006


Author: aurel
Date: Thu Jun  8 17:28:17 2006
New Revision: 7656

URL: http://svn.erp5.org?rev=7656&view=rev
Log:
add overdraft facility property

Modified:
    erp5/trunk/products/ERP5/PropertySheet/BankAccount.py

Modified: erp5/trunk/products/ERP5/PropertySheet/BankAccount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BankAccount.py?rev=7656&r1=7655&r2=7656&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BankAccount.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BankAccount.py Thu Jun  8 17:28:17 2006
@@ -63,6 +63,12 @@
      'type'        : 'string',
      'mode'        : 'w'
     },
+    {'id'          : 'overdraft_facility',
+     'description' : 'The bank account overdraft facility indicator',
+     'type'        : 'boolean',
+     'mode'        : 'w'
+    },
+
   )
 
   _categories = ( 'source', )




More information about the Erp5-report mailing list