Friday, July 11, 2025
3 changes · saas-18.2
Enhancements to existing features
This change adds a developer/debugging option for IoT hardware drivers to disable longpolling and force websocket communication. It helps developers validate fallback behavior more easily, with minimal impact on regular business users.
Original PR description
In order to ease development/debugging lonpolling=>websocket fallback we added the possibility to disable longpolling calls in order to force the communication via websocket. Task: 4929877 Forward-Port-Of: odoo/odoo#218433
This change makes the Point of Sale weighing dialog easier to customize by separating the dialog launch into its own reusable function. It has minimal direct impact on daily users, but helps partners and implementers adapt weighing workflows more safely for specific business needs.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/89280 This commit makes a small change to move the code that calls the weighing dialog into its own function. This is so it can more easily be overridden. task-4910716 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#218249 Forward-Port-Of: odoo/odoo#217135
This change reorganizes shared tax testing helpers so they are available from a common invoicing test setup. It helps keep accounting-related automated tests easier to maintain without changing day-to-day user workflows.
Original PR description
…tInvoicingCommon --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217767 Forward-Port-Of: odoo/odoo#215588