Friday, July 11, 2025
2 changes · saas-18.3
Enhancements to existing features
This update adds a development setting for IoT hardware drivers that can turn off long polling so teams can test websocket-only communication. It helps developers validate fallback behavior more easily, with no expected 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
Domestic VAT return names no longer show the country ISO code, reducing unnecessary clutter for users. ISO codes will still appear for foreign VAT returns where the country distinction is useful.
Original PR description
Showing ISO codes for every return is unnecessary and should only be shown for foreign VAT returns. This commit removes the ISO code from the return name for domestic return only. task-4783937