Skip to content
Snippets Groups Projects
Commit 4d5b4de9 authored by Audric Onockx (auon)'s avatar Audric Onockx (auon)
Browse files

[FIX] account_qr_code_sepa : Fixed format of 'amount of transfer' not correct in QR-code


Reproduce :
- Create an invoice with a sepa QR-code.

Result :
  When reading the QR-code, German banks assume the fisrt 3 characters are the currency name/code, so the first 3 digits of the amount are cut from this amount.

Solution :
  The amount now starts with the currency name/code (3 letters), as prescribed by EPC norms.

opw-2591454

closes odoo/odoo#75816

Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent 13468160
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment