How to get the current user id in an Odoo Web Controller ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
2
Ответы
24411
Представления
Hi Yenthe,
In Odoo 8, inside a web controller it doesn't work for me and I'm using that codes instead :
request.uid
or
request.session.uid
Regards,
Slim
Hi Slim,
You can get the user his id out of the environment its context like this:
http.request.env.context.get('uid')
Regards,
Yenthe
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
3
мая 25
|
2686 | ||
|
0
дек. 23
|
2392 | ||
|
1
июл. 23
|
2443 | ||
|
0
июл. 22
|
1904 | ||
Odoo? Why this new name?
Решено
|
|
3
сент. 21
|
21919 |
Refer this: http://bit.ly/get-current-logged-in-user-id-in-odoo