mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_session_auto_close
This commit adds the web_session_auto_close module which purpose is to is to automatically close the session when the last odoo tab is closed or when the computer gets in idle mode. The `timeout` occurs 15 seconds after the tab has been closed or the computer got idle.
This commit is contained in:
1
web_session_auto_close/readme/CONTRIBUTORS.rst
Normal file
1
web_session_auto_close/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Laurent Stukkens <laurent.stukkens@acsone.eu> (https://www.acsone.eu)
|
||||
2
web_session_auto_close/readme/DESCRIPTION.rst
Normal file
2
web_session_auto_close/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
This module automatically closes the session when the last odoo tab is closed or when the computer
|
||||
gets in idle mode. The `timeout` occurs 15 seconds after the tab has been closed or the computer got idle.
|
||||
4
web_session_auto_close/readme/HISTORY.rst
Normal file
4
web_session_auto_close/readme/HISTORY.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
13.0.1.0.0 (2023-08-17)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [ADD] web_session_auto_close.
|
||||
4
web_session_auto_close/readme/USAGE.rst
Normal file
4
web_session_auto_close/readme/USAGE.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Once installed, the module will ensure that the user session gets closed once the last odoo tab is
|
||||
closed or when the computer gets idle. The `timeout` occurs 15 seconds after the tab has been closed or the computer got idle.
|
||||
|
||||
No user specific usage is needed.
|
||||
Reference in New Issue
Block a user