| 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/17.0/account_banking_international_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, Camptocamp SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Akretion, Camptocamp SA |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_banking_pain_base - account_payment_order - account_payment_partner - account_payment_mode odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - 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 | Create PAIN files for Direct Debit Module to export international payment orders in PAIN XML file format. PAIN (PAyment INitiation) is the new european standard for Customer-to-Bank payment instructions. This module implements International Credit Transfer, more specifically PAIN version 001.001.03. It is part of the ISO 20022 standard, available on <https://www.iso20022.org>. The Implementation Guidelines for International Credit Transfer published by the European Payments Council (<https://www.europeanpaymentscouncil.eu>) use PAIN version 001.001.03, so it's probably the version of PAIN that you should try first. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_bank_form |
res.partner.bank | field | Inherits base.view_partner_bank_form |
pain_version
Selection
ondelete={'pain.001.001.03': 'set null'}
selection_add=[('pain.001.001.03', 'pain.001.001.03 (recommended for credit transfer)')]
get_xsd_file_path(self)
No new fields.
Public methods (1)generate_payment_file(self)
intermediary_bank_id
Many2one → res.bank
comodel_name='res.bank'
help='Bank used as intermediary for international payments'
string='Intermediary Bank'
No public methods.