콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7744 화면

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

아바타
취소