Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
7755 มุมมอง

I know there's "last connection" under Settings>Users, but it only seems to display the last time a session was opened, not the last time the user was active.


Is there a way to see when our users were last using Odoo? Running 9.0c

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

You can use this third party app for this purpose:  https://apps.odoo.com/apps/modules/13.0/tko_web_sessions_management/

Thanks

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Patrick,

If you are developer then you can do this by just adding few stuff.

Steps:

1) add new datetime field on user form (res.users)

2) inherit controller which handle login/logout

3) Just set current datetime to added field

Hope it will helpful for you.

Thanks and regards

Haresh Kansara

อวตาร
ละทิ้ง