Wednesday, March 18, 2026
3 changes · saas-19.2
Enhancements to existing features
This update improves the Odoo Powerbox search functionality. Users can now find and utilize ‘divider’ or ‘line’ commands directly within the search, making it easier to format content. This enhancement streamlines content creation workflows.
Original PR description
#### Desired behavior after PR is merged: - Separator command now appears when searching for “divider” or “line” in the powerbox. task-5977288 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253168 Forward-Port-Of: odoo/odoo#250935
This update enhances our testing process by allowing developers to easily specify the Chrome or Chromium browser version used during tests. This is primarily to quickly address browser-specific issues and ensure compatibility across different versions, leading to more stable releases. It's a small change that improves our debugging capabilities.
Original PR description
This is mainly used to more easily provide an arbitrary version of Chrome/Chromium to debug browser's version specific breaking changes. Forward-Port-Of: odoo/odoo#253630
This update reactivates all Belgian taxes within the Odoo accounting system. This change was necessary due to a recent update to the core Odoo code. Users should now see all applicable Belgian tax rates and calculations correctly reflected.
Original PR description
Due to an intended change in this PR : https://github.com/odoo/odoo/commit/6e555b74f457ef54318845e3e84f3873e982a0b9, All the belgian taxes were deactivated, This commit activates all the taxes. task-5902000 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253718 Forward-Port-Of: odoo/odoo#253036