Thursday, June 11, 2026
3 changes · saas-19.3
Enhancements to existing features
This update enhances order processing by allowing for timeouts when awaiting OBOX jobs in Point of Sale (POS) and Self Order systems. This ensures smoother operation when devices aren't on the same network as the OBOX, improving reliability and user experience.
Original PR description
Is now possible to await OBOX jobs with a specific timeout in PoS ans Self Order. This is usefull when the user device isn't connected on the same network as the OBOX and others hardware. taskId: 6248159
This update enhances the way Odoo handles communication with OBOX devices, particularly in Self and Point of Sale environments. It now includes a timeout feature, allowing for reliable operation even when devices aren't on the same network, improving overall system stability and usability.
Original PR description
Is now possible to await OBOX jobs with a specific timeout in PoS ans Self Order. This is usefull when the user device isn't connected on the same network as the OBOX and others hardware. taskId: 6248159
This update clarifies how GST is reported on intra-state composition transactions. Previously, these transactions were incorrectly categorized as 'out-of-scope.' Now, a new GSTR section specifically for composition supplies is created, ensuring accurate reporting of these transactions and aligning with GST regulations.
Original PR description
Previously, composition supplies in vendor bills were falling under the `out-of-scope` GSTR section because taxes are normally not applied on such transactions. With this commit, a new GSTR section `purchase_composition_supplies` is introduced for intra-state composition transactions. Now, when the GST treatment is set to composition and the transaction type is intra_state, those transactions will be reported under the new composition supplies section instead of out-of-scope. task-6239870 Forward-Port-Of: odoo/odoo#266325