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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
2
Odpovědi
24441
Zobrazení
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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
3
kvě 25
|
2715 | ||
|
0
pro 23
|
2410 | ||
|
1
čvc 23
|
2465 | ||
|
0
čvc 22
|
1936 | ||
Odoo? Why this new name?
Vyřešeno
|
|
3
zář 21
|
21955 |
Refer this: http://bit.ly/get-current-logged-in-user-id-in-odoo