Skip to content

Latest commit

 

History

History
 
 

base_bank_from_iban

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bank from IBAN

Mature License: AGPL-3 OCA/community-data-files Translate me on Weblate Try me on Runboat

This module adds a code to bank definition for using it as matching for filling the bank from the IBAN bank account number. It uses the existing by country bank mapping in standard Odoo (https://github.com/odoo/odoo/blob/f5ffcf7feec5526a483f8ddd240648c084351008/addons/base_iban/models/res_partner_bank.py#L105-L175), taken from ISO 3166-1 -> IBAN template, as described here: http://en.wikipedia.org/wiki/International_Bank_Account_Number#IBAN_formats_by_country

Table of contents

  1. Go to Contacts > Configuration > Bank Accounts > Banks.
  2. Create or modify a bank.
  3. Put the corresponding code for that bank in the field "Code".

To use this module, you need to:

  1. Go to Partner
  2. Click Bank Account(s) in "Sales & Purchases" page.
  3. Create/modify IBAN bank account.
  4. When you put the bank account number, module extracts bank digits from the format of the country, and try to match an existing bank by country and code.
  5. If there's a match, the bank is selected automatically.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Tecnativa

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/community-data-files project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.