[Erp5-report] r14684 - /erp5/trunk/products/ERP5/PropertySheet/Organisation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 4 17:14:51 CEST 2007


Author: jerome
Date: Mon Jun  4 17:14:51 2007
New Revision: 14684

URL: http://svn.erp5.org?rev=14684&view=rev
Log:
remove bic_code from Organisation.


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

Modified: erp5/trunk/products/ERP5/PropertySheet/Organisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Organisation.py?rev=14684&r1=14683&r2=14684&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Organisation.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Organisation.py Mon Jun  4 17:14:51 2007
@@ -88,12 +88,6 @@
       'description' : 'The social code of this organisation',
       'type'        : 'string',
       'mode'        : 'w' },
-    # (Kev) This property is too banking-centric to appear here as a general organisation property. The following must be renamed to something more abstract like  "business_code", "domain_uid", "business_domain_special_organisation_id" or something like that.
-    { 'id'          : 'bic_code',
-      'description' : 'The Bank Identifier Code is a unique code that identifies individual banking and financial institution offices around the world.',
-      'type'        : 'string',
-      'mode'        : 'w' },
-
 
     # Acquisition
     { 'id'          : 'address',




More information about the Erp5-report mailing list