Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Odoo13: Is there a way to display all users who are currently online?

1 Comment
Avatar
Discard
Avatar
odoo
-
2 Answers
0
Avatar
odoo
Best Answer

Hello,

There is a module in the Odoo App Store for displaying a list of online users.

Here is the link to the module:

https://apps.odoo.com/apps/modules/18.0/dd_online_user_menu

1 Comment
Avatar
Discard
Avatar
odoo
-

How well does it work with 50, 250 or 500 Users?

0
Avatar
odoo
Best Answer

Odoo Users technically log in and out each time they request information or click a button, so there isn't really a concept of "being logged in".

What we do is poll to check if Users have been active and use this information to present a status in Conversations, so that other Users know if people are "online", "offline" or "out of the office" (if the Time Off app is installed):


Check out the User Presence (bus.presence) model. 


See also https://www.odoo.com/documentation/15.0/applications/productivity/discuss/overview/get_started.html

Avatar
Discard