Thursday, June 25, 2026
2 changes · saas-19.1
Enhancements to existing features
The check status button is now disabled for users who do not have permission to update the check. This prevents access errors when the main company is not selected and makes the experience clearer and smoother for users.
Original PR description
Before this commit: Only main company of tax unit have write access on check, so when main company is not selected and user tries to change status of check, access error is thrown. After this commit: Disable check status button if user don't have write access on check. task-5951364
This update improves how dialogs are styled so the browser does less work when the page is resized, scrolled heavily, or sorted in tables. The result is smoother performance and quicker visual updates without changing the user experience.
Original PR description
Avoid using the :has() selector and use a specific style on the `documentElement` instead to replicate the same behavior. This reduces work during the "Recalculate Style" phase. It lowers recalculation time during window resizes, heavy scrolling, and table sorting by preventing broad selector matches and limiting style checks to elements with the specific class. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr