This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
forked from OCA/l10n-netherlands
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New module l10n_nl_banks * Remove blanc sections * Icon credits * OCA Requested changes * Change module name * Changes to comply with OCA
- Loading branch information
Showing
5 changed files
with
294 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
================ | ||
Dutch banks List | ||
================ | ||
|
||
This module will import all the Dutch banks with their name and | ||
BIC code to ease the input of bank accounts. | ||
|
||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/176/10.0 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/l10n-netherlands/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smash it by providing detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
* Bank image: <http://www.iconninja.com/banking-icon-466530> | ||
|
||
Contributors | ||
------------ | ||
|
||
* Erwin van der Ploeg <erwin@odooexperts.nl> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
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. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2017 Odoo Experts (<https://www.odooexperts.nl>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Dutch banks list", | ||
"summary": "Import all Dutch banks with BIC code", | ||
"version": "10.0.1.0.0", | ||
"category": "Localisation", | ||
"license": "AGPL-3", | ||
"author": "Odoo Experts, Odoo Community Association (OCA)", | ||
"website": "https://www.odooexperts.nl", | ||
"depends": [ | ||
"base", | ||
], | ||
"data": [ | ||
"data/res_bank_data.xml" | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,221 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo noupdate="1"> | ||
|
||
<record id="ABNA" model="res.bank"> | ||
<field name="name">ABN AMRO BANK N.V.</field> | ||
<field name="bic">ABNANL2A</field> | ||
</record> | ||
<record id="AEGO" model="res.bank"> | ||
<field name="name">AEGON BANK N.V.</field> | ||
<field name="bic">AEGONL2U</field> | ||
</record> | ||
<record id="AKBK" model="res.bank"> | ||
<field name="name">AKBANK N.V.</field> | ||
<field name="bic">AKBKNL2R</field> | ||
</record> | ||
<record id="ANDL" model="res.bank"> | ||
<field name="name">ANADOLUBANK NEDERLAND N.V.</field> | ||
<field name="bic">ANDLNL2A</field> | ||
</record> | ||
<record id="ARBN" model="res.bank"> | ||
<field name="name">ACHMEA RETAIL BANK N.V.</field> | ||
<field name="bic">ARBNNL22</field> | ||
</record> | ||
<record id="ARSN" model="res.bank"> | ||
<field name="name">ARGENTA SPAARBANK-BIJKANTOOR NEDERLAND</field> | ||
<field name="bic">ARSNNL21</field> | ||
</record> | ||
<record id="ARTE" model="res.bank"> | ||
<field name="name">GE ARTESIA BANK</field> | ||
<field name="bic">ARTENL2A</field> | ||
</record> | ||
<record id="BCDM" model="res.bank"> | ||
<field name="name">BANQUE CHAABI DU MAROC</field> | ||
<field name="bic">BCDMNL21</field> | ||
</record> | ||
<record id="BCIT" model="res.bank"> | ||
<field name="name">INTESA SANPAOLO S.P.A.,AMSTERDAM BRANCH, AMSTERDAM</field> | ||
<field name="bic">BCITNL2A</field> | ||
</record> | ||
<record id="BICK" model="res.bank"> | ||
<field name="name">BINCKBANK N.V.</field> | ||
<field name="bic">BICKNL2A</field> | ||
</record> | ||
<record id="BKMG" model="res.bank"> | ||
<field name="name">BANK MENDES GANS N.V.</field> | ||
<field name="bic">BKMGNL2A</field> | ||
</record> | ||
<record id="BNGH" model="res.bank"> | ||
<field name="name">NV BANK NEDERLANDSE GEMEENTEN</field> | ||
<field name="bic">BNGHNL2G</field> | ||
</record> | ||
<record id="BNPA" model="res.bank"> | ||
<field name="name">BNP PARIBAS S.A. - THE NETHERLANDS BRANCH</field> | ||
<field name="bic">BNPANL2A</field> | ||
</record> | ||
<record id="BOFA" model="res.bank"> | ||
<field name="name">BANK OF AMERICA, N.A. AMSTERDAM</field> | ||
<field name="bic">BOFANLNX</field> | ||
</record> | ||
<record id="BOTK" model="res.bank"> | ||
<field name="name">BANK OF TOKYO-MITSUBISHI UFJ (HOLLAND) N.V.</field> | ||
<field name="bic">BOTKNL2X</field> | ||
</record> | ||
<record id="CITC" model="res.bank"> | ||
<field name="name">CITCO BANK NEDERLAND N.V.</field> | ||
<field name="bic">CITCNL2A</field> | ||
</record> | ||
<record id="CITI" model="res.bank"> | ||
<field name="name">CITIBANK INTERNATIONAL PLC NETHERLANDS BRANCH</field> | ||
<field name="bic">CITINL2X</field> | ||
</record> | ||
<record id="COBA" model="res.bank"> | ||
<field name="name">COMMERZBANK AG KANTOOR AMSTERDAM</field> | ||
<field name="bic">COBANL2X</field> | ||
</record> | ||
<record id="DEUT" model="res.bank"> | ||
<field name="name">DEUTSCHE BANK A.G. AMSTERDAM</field> | ||
<field name="bic">DEUTNL2A</field> | ||
</record> | ||
<record id="DHBN" model="res.bank"> | ||
<field name="name">DEMIR-HALK BANK (NEDERLAND) N.V.</field> | ||
<field name="bic">DHBNNL2R</field> | ||
</record> | ||
<record id="DLBK" model="res.bank"> | ||
<field name="name">DELTA LLOYD BANK N.V.</field> | ||
<field name="bic">DLBKNL2A</field> | ||
</record> | ||
<record id="DNIB" model="res.bank"> | ||
<field name="name">NIBC BANK N.V.</field> | ||
<field name="bic">DNIBNL2G</field> | ||
</record> | ||
<record id="DRES" model="res.bank"> | ||
<field name="name">COMMERZBANK AG, AMSTERDAM BRANCH</field> | ||
<field name="bic">DRESNL2X</field> | ||
</record> | ||
<record id="FBHL" model="res.bank"> | ||
<field name="name">CREDIT EUROPE BANK N.V.</field> | ||
<field name="bic">FBHLNL2A</field> | ||
</record> | ||
<record id="FLOR" model="res.bank"> | ||
<field name="name">NEDERLANDSCHE BANK (DE) N.V.</field> | ||
<field name="bic">FLORNL2A</field> | ||
</record> | ||
<record id="FRBK" model="res.bank"> | ||
<field name="name">FRIESLAND BANK</field> | ||
<field name="bic">FRBKNL2L</field> | ||
</record> | ||
<record id="FVLB" model="res.bank"> | ||
<field name="name">LANSCHOT BANKIERS NV F. VAN</field> | ||
<field name="bic">FVLBNL22</field> | ||
</record> | ||
<record id="GILL" model="res.bank"> | ||
<field name="name">THEODOOR GILISSEN BANKIERS N.V.</field> | ||
<field name="bic">GILLNL2A</field> | ||
</record> | ||
<record id="HAND" model="res.bank"> | ||
<field name="name">(Svenska) Handelsbanken AB</field> | ||
<field name="bic">HANDNL2A</field> | ||
</record> | ||
<record id="HSBC" model="res.bank"> | ||
<field name="name">HSBC BANK PLC.</field> | ||
<field name="bic">HSBCNL2A</field> | ||
</record> | ||
<record id="INGB" model="res.bank"> | ||
<field name="name">ING BANK N.V.</field> | ||
<field name="bic">INGBNL2A</field> | ||
</record> | ||
<record id="INKB" model="res.bank"> | ||
<field name="name">INTERBANK N.V.</field> | ||
<field name="bic">INKBNL21</field> | ||
</record> | ||
<record id="INSI" model="res.bank"> | ||
<field name="name">BANK INSINGER DE BEAUFORT N.V.</field> | ||
<field name="bic">INSINL2A</field> | ||
</record> | ||
<record id="ISBK" model="res.bank"> | ||
<field name="name">ISBANK GMBH, AMSTERDAM BRANCH</field> | ||
<field name="bic">ISBKNL2A</field> | ||
</record> | ||
<record id="KABA" model="res.bank"> | ||
<field name="name">YAPI KREDI BANK NEDERLAND N.V.</field> | ||
<field name="bic">KABANL2A</field> | ||
</record> | ||
<record id="KASA" model="res.bank"> | ||
<field name="name">KAS BANK N.V.</field> | ||
<field name="bic">KASANL2A</field> | ||
</record> | ||
<record id="KOEX" model="res.bank"> | ||
<field name="name">KOREA EXCHANGE BANK, AMSTERDAM BRANCH</field> | ||
<field name="bic">KOEXNL2A</field> | ||
</record> | ||
<record id="KRED" model="res.bank"> | ||
<field name="name">KBC BANK NEDERLAND N.V.</field> | ||
<field name="bic">KREDNL2X</field> | ||
</record> | ||
<record id="LOYD" model="res.bank"> | ||
<field name="name">LLOYDS TSB BANK PLC.</field> | ||
<field name="bic">LOYDNL2A</field> | ||
</record> | ||
<record id="LPLN" model="res.bank"> | ||
<field name="name">LEASEPLAN CORPORATION N.V.</field> | ||
<field name="bic">LPLNNL2A</field> | ||
</record> | ||
<record id="MHCB" model="res.bank"> | ||
<field name="name">MIZUHO CORPORATE BANK NEDERLAND N.V.</field> | ||
<field name="bic">MHCBNL2A</field> | ||
</record> | ||
<record id="NWAB" model="res.bank"> | ||
<field name="name">NEDERLANDSE WATERSCHAPSBANK N.V.</field> | ||
<field name="bic">NWABNL2G</field> | ||
</record> | ||
<record id="OVBN" model="res.bank"> | ||
<field name="name">LEVOB BANK N.V.</field> | ||
<field name="bic">OVBNNL22</field> | ||
</record> | ||
<record id="RABO" model="res.bank"> | ||
<field name="name">RABOBANK NEDERLAND</field> | ||
<field name="bic">RABONL2U</field> | ||
</record> | ||
<record id="RBOS" model="res.bank"> | ||
<field name="name">THE ROYAL BANK OF SCOTLAND N.V.</field> | ||
<field name="bic">RBOSNL2A</field> | ||
</record> | ||
<record id="SNSB" model="res.bank"> | ||
<field name="name">SNS BANK N.V.</field> | ||
<field name="bic">SNSBNL2A</field> | ||
</record> | ||
<record id="SOGE" model="res.bank"> | ||
<field name="name">SOCIETE GENERALE</field> | ||
<field name="bic">SOGENL2A</field> | ||
</record> | ||
<record id="STAL" model="res.bank"> | ||
<field name="name">STAALBANKIERS N.V.</field> | ||
<field name="bic">STALNL2G</field> | ||
</record> | ||
<record id="STOL" model="res.bank"> | ||
<field name="name">AMSTERDAM TRADE BANK N.V.</field> | ||
<field name="bic">STOLNL2A</field> | ||
</record> | ||
<record id="TEBU" model="res.bank"> | ||
<field name="name">ECONOMY BANK N.V.,THE</field> | ||
<field name="bic">TEBUNL2A</field> | ||
</record> | ||
<record id="TRIO" model="res.bank"> | ||
<field name="name">TRIODOS BANK N.V.</field> | ||
<field name="bic">TRIONL2U</field> | ||
</record> | ||
<record id="UBSW" model="res.bank"> | ||
<field name="name">UBS BANK (NETHERLANDS) B.V.</field> | ||
<field name="bic">UBSWNL2A</field> | ||
</record> | ||
<record id="UGBI" model="res.bank"> | ||
<field name="name">GARANTIBANK INTERNATIONAL N.V.</field> | ||
<field name="bic">UGBINL2A</field> | ||
</record> | ||
<record id="KNAP" model="res.bank"> | ||
<field name="name">KNAP BANK</field> | ||
<field name="bic">KNABNL2H</field> | ||
</record> | ||
|
||
</odoo> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.