Skip to Content
Menu
This question has been flagged
1 Reply
5318 Views

print ( "#######################" , self .env.user)
the output is like this :- res.users(2,)
i don't want to do like "self.env.user.id" or "self.env.user.name" to get one data at a time. i wanted to know that all the data are inside it in dictionary format. 
Thank you :)

Avatar
Discard
Best Answer

use read() function

self.env.user.read()

Avatar
Discard
Author

Thank you so much :)

Related Posts Replies Views Activity
1
May 25
481
4
May 25
1774
2
May 25
1873
1
Feb 25
5198
3
Dec 24
1732