Wednesday, October 1, 2025
2 changes · saas-18.3
Enhancements to existing features
Odoo databases can now communicate correctly with IoT Boxes that report a newer fixed stable version. This helps keep point-of-sale and Belgian black box integrations working smoothly after the IoT Box versioning change.
Original PR description
In odoo/odoo#221948, we make the IoT Box version "fixed" to the last stable odoo version. We then need to make databases send/accept requests from an higher IoT Box version. Forward-Port-Of: odoo/enterprise#94330 Forward-Port-Of: odoo/enterprise#91937
The Point of Sale now blocks keyboard-based order line edits while a popup is active, such as customer selection, notes, or coupons. This helps prevent accidental changes during checkout and makes the POS flow safer for staff.
Original PR description
Before this commit: - Even when a popup (e.g., customer selection, note, coupon) was open, unfocused keyboard inputs could still update orderline values. After this commit: - Orderline editing via keyboard is disabled whenever a popup is active. - Prevents unintended changes and ensures a safer user flow in POS. Task-5033716 Forward-Port-Of: odoo/odoo#229324 Forward-Port-Of: odoo/odoo#226300