Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
web_session_auto_close/__manifest__.py
Executable file
19
web_session_auto_close/__manifest__.py
Executable file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2023 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Web Session Auto Close",
|
||||
"summary": """Automatically logs out inactive users based on a configurable
|
||||
timeout.""",
|
||||
"version": "18.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["views/res_config_settings.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_session_auto_close/static/src/js/session_auto_close.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user