Friday, February 18, 2022
2 changes · master
Resolved issues and error corrections
The home menu now handles special keyboard input methods more reliably when users start searching for apps. This helps users who rely on IME keyboards avoid incorrect search text or blocked character selection in common home menu situations.
This update restores barcode generation in event tickets and several electronic invoicing reports after a shared barcode service changed its expected field name. It helps ensure documents and reports continue to show scannable barcodes correctly for affected localizations.
Original PR description
The change in the `barcode` API has broken many callers. This PR and the community one will change 'type' -> 'barcode_type' See: https://github.com/odoo/odoo/commit/ee324e8374536cebca4d7302210b07e8f33d3852#diff-8f0bbb50491623995fba965c3d64585c6cbfdbbe519ec95473e472826d253826R1977-R1979 Community PR: https://github.com/odoo/odoo/pull/84722