| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment |
| GIT | |
| GIT | https://github.com/OCA/bank-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment/tree/7.0/account_banking_iban_lookup |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Banking addons community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Banking addons community |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Stefan Rijnhart, Sandy Carter, Holger Brunn, Pedro M. Baeza, OCA Transbot |
| WEBSITE | |
| WEBSITE | https://launchpad.net/banking-addons |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_banking - account_iban_preserve_domestic odoo/odoo: - account_voucher - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
BeautifulSoup |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This addons contains the legacy infrastructure for autocompletion of IBANs
and BBANs.
The autocompletion was implemented for Dutch IBANs, but as it turns out
the online database that it consults does not get updated. As a result,
the autocompletion will come up with outdated IBANs and BICs.
This module is deprecated and will be dropped in OpenERP 8.0.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_bank_account_banking_form_2 |
Add autocompletion methods to partner bank form | res.partner.bank | data | Inherits base.view_partner_bank_form |
view_res_bank_account_banking_form_1 |
Add BIC lookup to bank form | res.bank | field | Inherits base.view_res_bank_form |
No new fields.
Public methods (2)onchange_bic(self, cr, uid, ids, bic, name, context=None)
online_bank_info(self, cr, uid, bic, context=None)
No new fields.
Public methods (7)create(self, cr, uid, vals, context=None)
init(self, cr)
onchange_acc_number(self, cr, uid, ids, acc_number, acc_number_domestic, state, partner_id, country_id, context=None)
onchange_domestic(self, cr, uid, ids, acc_number, partner_id, country_id, context=None)
onchange_iban(self, cr, uid, ids, acc_number, acc_number_domestic, state, partner_id, country_id, context=None)
online_account_info(self, cr, uid, country_code, acc_number, context=None)
write(self, cr, uid, ids, vals, context=None)