at the same time I suggest to print/display the IBAN in groups of 4 charcaters - users have considerable difficulties to compare unformatted IBAN strings of up to 27characters on screen with IBAN printed on documents. mostly I see them moving the cursor along while they read on document. not having this is maximum user unfriendlyness. http://en.wikipedia.org/wiki/International_Bank_Account_Number
see here for a formatter I used in v5, but beeing unable to implement it in v6 yet because I (dur to my limited python knowledge) do not know how to inherit base_iban/base_iban.py def _format_iban(string): http://bazaar.launchpad.net/~c2c-austria/openobject- addons/c2c_austria_dev/view/head:/c2c_iban_formatter/iban.py -- You received this bug notification because you are a member of OpenERP Accounting Experts, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/805996 Title: res_partner bank - IBAN must check for SWIFT/BIC in res_bank Status in OpenERP Modules (addons): In Progress Bug description: IMHO entering IBAN in res_partner_bank requires that SWIFT/BIC exists for the associated bank. if not it is not possible to create valid payments. it must be checked at data entry time. similar for bank_account To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/805996/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-expert-accounting Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-expert-accounting More help : https://help.launchpad.net/ListHelp

