| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment-alternative |
| GIT | |
| GIT | https://github.com/OCA/bank-payment-alternative.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment-alternative/tree/19.0/account_payment_sepa_credit_transfer |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment-alternative |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-payment: - account_payment_method_base OCA/bank-payment-alternative: - account_payment_sepa_base - account_payment_batch_oca - account_payment_base_oca odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Module to export payment orders in ISO 20022 XML file format. [ISO 20022](https://www.iso20022.org/) is the new international standard for bank XML files. This module implements SEPA Credit Transfer (SCT), more specifically ISO 20022 PAIN (PAyment INitiation) versions 001.001.03 and 001.001.09. It follows the [SEPA credit transfer implementation guidelines](https://www.europeanpaymentscouncil.eu/what-we-do/epc-payment-schemes/sepa-credit-transfer/sepa-credit-transfer-rulebook-and) of the [European Payments Council](https://www.europeanpaymentscouncil.eu). This module also supports PAIN version 001.003.03 which is used in Germany. You can read more about this in german on [ebics.de](https://www.ebics.de/). Moreover, this module supports: - SEPA **instant** credit transfer, - non-SEPA credit transfer files, which can be used for wire transfer in currencies other then euro and/or to countries outside the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area). |
No views found for this module.
No new fields.
Public methods (0)No public methods.
local_instrument
Selection
ondelete={'INST': 'set null'}
selection_add=[('INST', 'Instant Transfer')]
No public methods.
pain_version
Selection
ondelete={'pain.001.001.03': 'set null', 'pain.001.001.09': 'set null', 'pain.001.003.03': 'set null'}
selection_add=[('pain.001.001.03', 'pain.001.001.03 (credit transfer, old recommended version)'), ('pain.001.001.09', 'pain.001.001.09 (credit transfer, new recommended version)'), ('pain.001.003.03', 'pain.001.003.03 (credit transfer for Germany only)')]
No public methods.
No new fields.
Public methods (1)generate_payment_file(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment-alternative |
| GIT | |
| GIT | https://github.com/OCA/bank-payment-alternative.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment-alternative/tree/18.0/account_payment_sepa_credit_transfer |
| VERSION | |
| VERSION | 3.0.1 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, Christopher Rogos |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment-alternative |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-payment: - account_payment_method_base OCA/bank-payment-alternative: - account_payment_sepa_base - account_payment_batch_oca - account_payment_base_oca odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Module to export payment orders in ISO 20022 XML file format. [ISO 20022](https://www.iso20022.org/) is the new international standard for bank XML files. This module implements SEPA Credit Transfer (SCT), more specifically ISO 20022 PAIN (PAyment INitiation) versions 001.001.03 and 001.001.09. It follows the [SEPA credit transfer implementation guidelines](https://www.europeanpaymentscouncil.eu/what-we-do/epc-payment-schemes/sepa-credit-transfer/sepa-credit-transfer-rulebook-and) of the [European Payments Council](https://www.europeanpaymentscouncil.eu). This module also supports PAIN version 001.003.03 which is used in Germany. You can read more about this in german on [ebics.de](https://www.ebics.de/). Moreover, this module supports: - SEPA **instant** credit transfer, - non-SEPA credit transfer files, which can be used for wire transfer in currencies other then euro and/or to countries outside the [SEPA zone](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area). |
No views found for this module.
No new fields.
Public methods (0)No public methods.
local_instrument
Selection
ondelete={'INST': 'set null'}
selection_add=[('INST', 'Instant Transfer')]
No public methods.
pain_version
Selection
ondelete={'pain.001.001.03': 'set null', 'pain.001.001.09': 'set null', 'pain.001.003.03': 'set null'}
selection_add=[('pain.001.001.03', 'pain.001.001.03 (credit transfer, old recommended version)'), ('pain.001.001.09', 'pain.001.001.09 (credit transfer, new recommended version)'), ('pain.001.003.03', 'pain.001.003.03 (credit transfer for Germany only)')]
No public methods.
No new fields.
Public methods (1)generate_payment_file(self)