Daily updates from Odoo
Friday, February 18, 2022
3 changes · master
Resolved issues and error corrections
Field service jobs will now rely on the standard address update process to refresh geolocation details when an address changes. This avoids duplicate handling in the field service app and helps keep location information accurate for scheduling and dispatching.
Original PR description
Along with this community PR odoo/odoo#84878 the geolocation info will be automatically recomputed when the address has been modified.
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