Repository
odoo/odoo · module folder
Module version
1.0
Category
Hidden
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 05:19:52
Authors
Odoo S.A
Maintainers
Odoo S.A
Committers
Martin Trigaux, Goffin Simon, Ravi Gohil, wan, Xavier-Do
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
ebill_paynet, ebill_postfinance
Description
Swiss localization
==================
Added a QR-IBAN field on bank account.
If this field is empty but the bank account number itself is a valid QR-IBAN number, it will continue using it as QR-IBAN.
However, if the new QR-IBAN field is filled, the value will be used as the QR-IBAN.
This should help for reconciliation on the bank statements where the old IBAN code is still used.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_ch_swissqr_qriban_template l10n_ch_swissqr_qriban_template ir.ui.view qweb Inherits l10n_ch.l10n_ch_swissqr_template
setup_bank_account_wizard_qr_inherit account.setup.bank.manual.config.form.ch.qr.inherit account.setup.bank.manual.config form Inherits l10n_ch.setup_bank_account_wizard_inherit
view_partner_bank_form l10n_ch_qr.res.partner.bank.form res.partner.bank form Inherits l10n_ch.isr_partner_bank_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • l10n_ch_qr_iban Char
    help='Put the QR-IBAN here for your own bank accounts. That way, you can still use the main IBAN in the Account Number while you will see the QR-IBAN for the barcode. ' string='QR-IBAN'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

Loading…