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

I want to setup a user's session logout after some time in the Odoo16 production server did anyone know please guide me.

아바타
취소
베스트 답변

It is not merged now for V16 but the Pull request is already created for "auth_session_timeout".

This will cover your needs as soon as it is available in OCA repo.

You should also be able to adapt the "http.py" of odoo to your needs.

There are also some modules available in the App store... Just look for "session timeout" or "User Login Security". You can check if one of those is sufficient for you.

Hope this helps


아바타
취소
베스트 답변

in odoo.conf

session_timeout = 3600000000

work for me

아바타
취소
작성자

it is set for a second?

작성자

It does not work on Server
is there any other way for odoo16?