Thursday, January 8, 2026
3 changes · saas-18.2
Enhancements to existing features
Belgian tax names and descriptions have been updated to reflect current wording. This helps users see clearer, more accurate tax information in Belgian accounting and restaurant point-of-sale flows.
Original PR description
### With this commit:- - We are updating the current tax name and its description in Belgium. - Please visit the task for more reference. task-5363874 Forward-Port-Of: odoo/odoo#236242
This update prevents unnecessary warning messages when payment tokens are searched by their display name. It improves system logs and monitoring clarity without changing customer-facing payment behavior.
Original PR description
address this warning: `2026-01-07 04:53:23,985 3407309 WARNING v18c_... odoo.models: Cannot search on display_name, no _rec_name or _rec_names_search defined on payment.token` Forward-Port-Of: odoo/odoo#242477
This update improves how Odoo records activity around hardware driver actions, especially the longpolling controller. It helps teams monitor performance and diagnose issues more consistently without changing day-to-day user workflows.
Original PR description
This PR adds logging and performance check for the longpolling controller Related PR for >= saas-18.3: https://github.com/odoo/odoo/pull/241467 Forward-Port-Of: odoo/odoo#241469