Search 1.9 billion lines of Odoo code on GitHub

base_bank_from_iban

Author: Tecnativa, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11.0
Repository: aurestic/community-data-files
Dependencies: base, and base_iban
Languages: Python (117, 65.7%), XML (21, 11.8%), and reStructuredText (40, 22.5%)
Other branches: 12.0, 13.0, 14.0, 15.0, and 16.0
Other repositories: Bubbles-IT/community-data-files, Change2improve/community-data-files, Digital5-Odoo/community-data-files, ERPLibre/community-data-files, ForgeFlow/community-data-files, Gabinete-Digital/community-data-files, Guobower/community-data-files, Ingeos/community-data-files, JoanMarin/community-data-files, MathBenTech/community-data-files, NeatNerdPrime/community-data-files, OCA-MUK/community-data-files, OCA/community-data-files, Orunarss/community-data-files, PESOL/community-data-files, SanteLibre/community-data-files, SeuMarco/community-data-files, Tecnativa/community-data-files, Vauxoo/community-data-files, VisiionSolucionesTecnologicas/community-data-files, aaltinisik/community-data-files, acsone/community-data-files, aitorbouzas/community-data-files, akretion/community-data-files, angelmoya/community-data-files, anhvu-sg/community-data-files, antoinecln/community-data-files, apetbiz/community-data-files, avanzosc/community-data-files, brain-tec/community-data-files, camptocamp/community-data-files, coopiteasy/community-data-files, dani-xtendoo/community-data-files, daramousk/community-data-files, decodio-applications/community-data-files, diagramsoftware/community-data-files, elego/community-data-files, exosoftware/oca-community-data-files, flotho/community-data-files, gil-obradors/community-data-files, guewen/community-data-files, i-vyshnevska/community-data-files, isoscl/community-data-files, joshuajan/community-data-files, julenalgios/community-data-files, lbelorgey/community-data-files, levkar/community-data-files, lideritjnma/community-data-files, modoolar/community-data-files, mugagambi/community-data-files, onesteinbv/community-data-files, osiell/community-data-files, pscloud/community-data-files, robertrottermann/community-data-files, royalline1/community-data-files, sanube/community-data-files, sendalpegat/community-data-files, shine-it/community-data-files, steingabelgaard/community-data-files, sylvainvh/community-data-files, tirma-sa/community-data-files, and valmarnet/community-data-files

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="bank-from-iban"></a> <h2>Bank from IBAN</h2> <p>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 (<a class="reference external" href="https://github.com/odoo/odoo/blob/12b15cb55414d1f6dfc6b3b4e0c38638551ee54d/addons/base_iban/models/res_partner_bank.py#L81-L149">https://github.com/odoo/odoo/blob/12b15cb55414d1f6dfc6b3b4e0c38638551ee54d/addons/base_iban/models/res_partner_bank.py#L81-L149</a>), taken from ISO 3166-1 -&gt; IBAN template, as described here: <a class="reference external" href="http://en.wikipedia.org/wiki/International_Bank_Account_Number#IBAN_formats_by_country">http://en.wikipedia.org/wiki/International_Bank_Account_Number#IBAN_formats_by_country</a></p> <a name="configuration"></a> <h3>Configuration</h3> <ol class="arabic simple"> <li>Go to <em>Contacts &gt; Configuration &gt; Bank Accounts &gt; Banks</em>.</li> <li>Create or modify a bank.</li> <li>Put the corresponding code for that bank in the field &quot;Code&quot;.</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Partner</li> <li>Click <em>Bank Account(s)</em> in &quot;Sales &amp; Purchases&quot; page.</li> <li>Create/modify IBAN bank account.</li> <li>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.</li> <li>If there's a match, the bank is selected automatically.</li> </ol> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/110/11.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/community-data-files/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Carlos Dauden &lt;<a class="reference external" href="mailto:carlos.dauden&#64;tecnativa.com">carlos.dauden&#64;tecnativa.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>