Friday, June 6, 2025
1 change · master
Resolved issues and error corrections
QR codes on localized invoices and delivery documents now handle the quiet mode setting consistently, adding the expected white border by default. This improves barcode readability but may slightly change the visual layout of documents that include QR codes, so affected teams should verify printed and digital reports.
Original PR description
Before the fix: - method documentation outdated - quiet mode for QR Code was inverted and only add white border when disabled. After the fix: - method documentation aligned with the code - quiet mode works for QR code like other type Notice that this change, can have an impact for all usage of QR type as the default format has now the white border. Need to be checked with PO and team using barcode (stock, accounting) Odoo: https://github.com/odoo/odoo/pull/209386 opw-4785714