Daily updates from Odoo
Wednesday, October 8, 2025
3 changes
1 change
Security fixes and vulnerability patches
The POS employee login screen now avoids triggering browser password saving or autofill prompts. This helps protect shared checkout devices by reducing the chance that one employee's access code is stored or suggested for another user.
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
1 change
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
1 change
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