| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 17 |
| Technical Name |
web_login_user_select |
| License | LGPL-3 |
| Website | http://Hibba.Salim@hotmail.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 17 |
| Technical Name |
web_login_user_select |
| License | LGPL-3 |
| Website | http://Hibba.Salim@hotmail.com |
Web Login User Select
Replace the email field on /web/login with a user
dropdown + password.
Overview
Web Login User Select simplifies the Odoo login screen by turning the username/email field into a user picker. Instead of typing the login manually, the user simply selects their account from a dropdown list and then enters the password.
This is ideal for environments such as POS terminals, warehouse , or shared office machines where the set of users is known and you want to eliminate typos and speed up the login process.
Key Features
-
👤 User dropdown on login page
Replaces the free-text login field with a dropdown listing active internal users (res.userswithactive = Trueandshare = False). -
🔐 Standard Odoo authentication
The form still postslogin+passwordto the usual login endpoint. -
🧱 Perfect for controlled environments
Designed for POS, retail, and internal deployments where user accounts are predefined and you want fast, error-free logins. -
🔧 Easy to extend
You can adapt the search domain in the template to restrict the dropdown to specific groups (e.g. POS front users).
How It Works
- User navigates to
/web/login. - Instead of typing their email, they select their name/login from a dropdown list.
- They enter their password in the standard password field.
-
The form sends:
login = selected user login
password = entered password - Odoo performs its native authentication. If credentials are valid, the user is logged in as usual.
Powered By
Tetron Solutions
Please log in to comment on this module