Switzerland - QR-IBAN

l10n_ch_qriban
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/l10n_ch_qriban
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A
MAINTAINERS
MAINTAINERSOdoo S.A
COMMITTERS
COMMITTERSMartin Trigaux, Goffin Simon, Ravi Gohil, wan, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_ch
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_multilang
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits l10n_ch.setup_bank_account_wizard_inherit
view_partner_bank_form l10n_ch_qr.res.partner.bank.form res.partner.bank xpath Inherits l10n_ch.isr_partner_bank_form
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/l10n_ch_qriban
VERSION
VERSION 1.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A
MAINTAINERS
MAINTAINERSOdoo S.A
COMMITTERS
COMMITTERSJosse Colpaert, Goffin Simon, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_ch
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_multilang
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 still be used as QR-IBAN as before.  
But if you fill in the new QR-IBAN field, that one will be used as the QR-IBAN.  This should help for reconciliation as 
on the bank statements, 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 field Inherits l10n_ch.setup_bank_account_wizard_inherit
view_partner_bank_form l10n_ch_qr.res.partner.bank.form res.partner.bank xpath Inherits l10n_ch.isr_partner_bank_form
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)