Thursday, February 19, 2026
3 changes · saas-19.2
Resolved issues and error corrections
This update fixes a visual inconsistency in the device selection button. Previously, a custom border prevented the button's state from changing correctly. The update now ensures the button styling is consistent and aligns with Odoo's design standards, improving the user experience.
Original PR description
This PR fixes an issue related to a custom border applied on the `<DeviceSelect>` button. Prior to this commit, the buttons used a custom border handled via `border border-secondary` which will prevent the default border that comes with our buttons to be applied. The visual result is a default button but with a custom border which won't change according to the state. While fixing this, we also add a `.btn-secondary` class on these buttons to improve consistency and ensure they get styled correctly. task-5921830 X-original-commit: [256de110fc73ce9dec640db8b6e73a9d519ee5ec](https://github.com/odoo/odoo/commit/256de110fc73ce9dec640db8b6e73a9d519ee5ec) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#249500
Miscellaneous changes
This pull request represents the release of Odoo 19.2, bringing a series of improvements and stability updates to the SaaS platform. These changes focus on enhancing performance and addressing minor issues, ensuring a smoother user experience for our customers. This release is part of our ongoing commitment to delivering reliable and efficient business solutions.
This pull request represents the release of Odoo Enterprise version 19.2 for the SaaS offering. It includes final adjustments and improvements to ensure a stable and reliable experience for our cloud customers. These updates focus on performance and stability enhancements.