diff --git a/product/ERP5/PropertySheet/BankAccount.py b/product/ERP5/PropertySheet/BankAccount.py index 8bebc0224bd9ddf57209510258d7ce3202c1e1f2..96046c948ce0eb54df7ebf2daceb51fc1c00e23a 100755 --- a/product/ERP5/PropertySheet/BankAccount.py +++ b/product/ERP5/PropertySheet/BankAccount.py @@ -53,6 +53,11 @@ class BankAccount: 'type' : 'string', 'mode' : 'w' }, + {'id' : 'bank_account_key', + 'description' : 'The bank account key. This is an additionnal part of the BBAN', + 'type' : 'string', + 'mode' : 'w' + }, ) _categories = ( 'source', )