Commit ee521d5d authored by Kevin Deldycke's avatar Kevin Deldycke

add the bic_code (Bank Identifier Code)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9dc69370
......@@ -89,9 +89,15 @@ class Organisation:
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'creation_date',
'description' : 'Thedate of the creation of this organisation',
'description' : 'The date of the creation of this organisation',
'type' : 'date',
'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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment