Hi
i am using Odoo 12 an i need to check if user is logged in or not in website side ( not web side )
is there a way to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
i am using Odoo 12 an i need to check if user is logged in or not in website side ( not web side )
is there a way to do this?
Hi,
If you are inside the controller, you can check like this:
if request.session.uid:
Thanks
Yes That was it.
Thank You <3
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
5
8月 25
|
9764 | ||
|
2
7月 25
|
929 | ||
|
4
6月 25
|
1044 | ||
|
1
6月 25
|
1347 | ||
|
1
5月 25
|
1298 |