Daily updates from Odoo
Thursday, August 20, 2026
1 change
Code cleanup and technical improvements
This update removes a duplicate internal way of referring to the active point-of-sale order and uses one standard method instead. It should not change cashier workflows, but it makes the POS code easier to maintain across localization, stock, and IoT features.
Original PR description
..., pos_stock, l10n_sa_edi_pos, l10n_at_pos, l10n_mx_edi_pos, pos_iot --- `PosStore.selectedOrder` was just an alias for `getOrder()`. Use `getOrder()` directly everywhere and drop the getter. --- Task: https://www.odoo.com/odoo/project/1737/tasks/6468321