How to get the current user id in an Odoo Web Controller ?
この質問にフラグが付けられました
2
返信
26342
ビュー
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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
1
11月 25
|
4932 | ||
|
|
4
11月 25
|
5124 | ||
|
|
1
6月 23
|
4482 | ||
|
|
0
7月 22
|
3745 | ||
|
|
3
9月 21
|
28071 |
Refer this: http://bit.ly/get-current-logged-in-user-id-in-odoo