From c84e2d2f0d86be1024ca620ded06ca1088840f2b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 22 Jan 2025 13:11:31 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d21f71b40b..f601bfaecb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [auth_jwt_demo](auth_jwt_demo/) | 16.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt. [auth_jwt_server_env](auth_jwt_server_env/) | 16.0.1.0.0 | | This addon adds auth.jwt.validator fields to server env [auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication +[auth_oauth_autologin](auth_oauth_autologin/) | 16.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Automatically redirect to the OAuth provider for login [auth_oauth_multi_token](auth_oauth_multi_token/) | 16.0.1.0.0 | | Allow multiple connection with the same OAuth account [auth_oauth_ropc](auth_oauth_ropc/) | 16.0.1.0.0 | | Allow to login with OAuth Resource Owner Password Credentials Grant [auth_oidc](auth_oidc/) | 16.0.1.2.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 18cae24709..93402fa066 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240904.0 \ No newline at end of file +16.0.20250122.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d585f98905..50e2bf7e1e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ 'odoo-addon-auth_jwt_demo>=16.0dev,<16.1dev', 'odoo-addon-auth_jwt_server_env>=16.0dev,<16.1dev', 'odoo-addon-auth_ldaps>=16.0dev,<16.1dev', + 'odoo-addon-auth_oauth_autologin>=16.0dev,<16.1dev', 'odoo-addon-auth_oauth_multi_token>=16.0dev,<16.1dev', 'odoo-addon-auth_oauth_ropc>=16.0dev,<16.1dev', 'odoo-addon-auth_oidc>=16.0dev,<16.1dev',