diff --git a/README.md b/README.md index d33afbab24..e4ffd77a5a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [auth_ldaps](auth_ldaps/) | 14.0.1.0.1 | | Allows to use LDAP over SSL authentication [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account [auth_oidc](auth_oidc/) | 14.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider +[auth_oidc_environment](auth_oidc_environment/) | 14.0.1.0.1 | | This module allows to use server env for OIDC configuration [auth_saml](auth_saml/) | 14.0.1.1.2 | | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 14.0.1.0.2 | | This module disable all inactive sessions since a given delay [auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup diff --git a/auth_oidc_environment/README.rst b/auth_oidc_environment/README.rst index 4eb3e2a0f5..b63f02a417 100644 --- a/auth_oidc_environment/README.rst +++ b/auth_oidc_environment/README.rst @@ -7,7 +7,7 @@ Auth Oidc Environment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e2c3170e7abb1a1cfe48e78ac151c33cdbe2965df7ce0a50020748ca60903409 + !! source digest: sha256:062893016caa3baa2596d0d30c2dfc1c888a45d855cd1ae5b1459d54c8a852d6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_oidc_environment/__manifest__.py b/auth_oidc_environment/__manifest__.py index 0e2eacc12e..a7327e9930 100644 --- a/auth_oidc_environment/__manifest__.py +++ b/auth_oidc_environment/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth Oidc Environment", "summary": """ This module allows to use server env for OIDC configuration""", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth", diff --git a/auth_oidc_environment/static/description/index.html b/auth_oidc_environment/static/description/index.html index c74983ddcc..b47ba3d04f 100644 --- a/auth_oidc_environment/static/description/index.html +++ b/auth_oidc_environment/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Auth Oidc Environment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e2c3170e7abb1a1cfe48e78ac151c33cdbe2965df7ce0a50020748ca60903409 +!! source digest: sha256:062893016caa3baa2596d0d30c2dfc1c888a45d855cd1ae5b1459d54c8a852d6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

this module allows to use server env for OIDC configuration

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5c178ad5fb..93929972c6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20230821.0 \ No newline at end of file +14.0.20240318.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index aa895a866f..90849b5212 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -18,6 +18,7 @@ 'odoo14-addon-auth_ldaps', 'odoo14-addon-auth_oauth_multi_token', 'odoo14-addon-auth_oidc', + 'odoo14-addon-auth_oidc_environment', 'odoo14-addon-auth_saml', 'odoo14-addon-auth_session_timeout', 'odoo14-addon-auth_signup_verify_email',