Wednesday, October 8, 2025
1 change · saas-18.3
Security fixes and vulnerability patches
The point of sale employee login screen now avoids triggering browser password saving and autofill prompts. This helps protect employee access codes on shared devices, reducing the chance that one employee’s credentials are reused by someone else.
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