Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.0.1
Category
Localization
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 09:06:33
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Andrii9090-tecnativa, Pablo Cortés
Odoo dependencies
Python dependencies
schwifty==2024.4.0
System dependencies
None
Required by
l10n_es_partner
Description
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>

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_res_bank_form res.bank form Inherits base.view_res_bank_form
view_res_bank_tree res.bank tree Inherits base.view_res_bank_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • code Char
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…