I want to find user by user's email. And here is my code but i get no result from it.
user = request.env["res.users"].search([('login', 'ilike', email)])Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to find user by user's email. And here is my code but i get no result from it.
user = request.env["res.users"].search([('login', 'ilike', email)])Hello,
You will try this
user = request.env["res.users"].search([('login', '=', email)])
Thank you,thanks for your reply, i have already tried your solution but it's not giving me any user.
hello
just use email.encode('utf-8') instead of email here [('login','=',email)] , as the email have some special character in your case.
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
1
июл. 25
|
1444 | |||
|
Search a message
Решено
|
1
февр. 25
|
1814 | ||
|
0
сент. 23
|
2718 | |||
|
2
июн. 23
|
4819 | |||
|
1
авг. 22
|
13500 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.