Daily updates from Odoo
Thursday, February 19, 2026
1 change · 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