Daily updates from Odoo
Wednesday, October 8, 2025
1 change · 19.0
Security fixes and vulnerability patches
The POS employee login screen now avoids triggering browser password saving or autofill prompts. This helps protect employee credentials on shared devices where multiple staff members access the same point-of-sale system.
Original PR description
*=point_of_sale Following this commit: ==== - Replaced 'password' input type with masked 'text' input to prevent browsers from offering to save or autofill credentials on the splash screen. - This improves security in shared device environments, especially when multiple employees access the system on the same device. task-4800745 Forward-Port-Of: odoo/odoo#211040