Friday, October 17, 2025
2 changes · 19.0
Enhancements to existing features
The home page search box is now marked so Bitwarden ignores it instead of treating it like a login or fillable field. This reduces distracting password manager prompts and makes the home screen search experience smoother for users.
Original PR description
For some reason, BitWarden picks up the textbox on the home page as fillable: <img width="853" height="219" alt="image" src="https://github.com/user-attachments/assets/4a3ef615-999a-4744-9274-a407b911df3a" />
Sending messages from Odoo to an IoT Box now happens without holding up the user's current action. This should make related workflows feel more responsive when connected devices are involved.
Original PR description
In order to avoid blocking code execution when sending websocket messages to the IoT Box from the client, we stopped waiting for the `send_message` call to complete. Forward-Port-Of: odoo/enterprise#97267