Maintainers
This module is maintained by the OCA.
-

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md
index f6f2877bbb..c9a6267cc2 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
[auth_oauth_multi_token](auth_oauth_multi_token/) | 15.0.1.0.1 | | Allow multiple connection with the same OAuth account
[auth_oidc](auth_oidc/) | 15.0.1.1.0 | [](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
[auth_saml](auth_saml/) | 15.0.1.4.4 | [](https://github.com/vincent-hatakeyama) | SAML2 Authentication
-[auth_session_timeout](auth_session_timeout/) | 15.0.1.0.0 | | This module disable all inactive sessions since a given delay
+[auth_session_timeout](auth_session_timeout/) | 15.0.1.0.2 | | This module disable all inactive sessions since a given delay
[auth_signup_partner_company](auth_signup_partner_company/) | 15.0.1.0.0 | | Auth Signup Partner Company
[auth_signup_verify_email](auth_signup_verify_email/) | 15.0.1.0.0 | | Force uninvited users to use a good email for signup
[auth_user_case_insensitive](auth_user_case_insensitive/) | 15.0.1.0.0 | | Makes the user login field case insensitive
diff --git a/auth_session_timeout/README.rst b/auth_session_timeout/README.rst
index 7db0ca40fe..a4ac72587d 100644
--- a/auth_session_timeout/README.rst
+++ b/auth_session_timeout/README.rst
@@ -7,7 +7,7 @@ Inactive Sessions Timeout
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:403ec55d9d4d7286c397a2fbad9b8979776b9d3135281977c144c5659232d2ed
+ !! source digest: sha256:74d16f19b861bf266d057134134227b2e2b88f91c9e05347399299343d62bc92
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/auth_session_timeout/__manifest__.py b/auth_session_timeout/__manifest__.py
index e155747d1a..dba4721abe 100644
--- a/auth_session_timeout/__manifest__.py
+++ b/auth_session_timeout/__manifest__.py
@@ -13,7 +13,7 @@
"maintainer": "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-auth",
"category": "Tools",
- "version": "15.0.1.0.0",
+ "version": "15.0.1.0.2",
"license": "AGPL-3",
"data": ["data/ir_config_parameter_data.xml"],
"installable": True,
diff --git a/auth_session_timeout/data/ir_config_parameter_data.xml b/auth_session_timeout/data/ir_config_parameter_data.xml
index b64c5a8c61..c7dfd81922 100644
--- a/auth_session_timeout/data/ir_config_parameter_data.xml
+++ b/auth_session_timeout/data/ir_config_parameter_data.xml
@@ -9,6 +9,8 @@
This module was written to be able to kill(logout) all inactive sessions since @@ -436,7 +436,9 @@
This module is maintained by the OCA.
-OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.