Skip to content

Commit c84e2d2

Browse files
committed
[BOT] post-merge updates
1 parent 169942c commit c84e2d2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[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.
3030
[auth_jwt_server_env](auth_jwt_server_env/) | 16.0.1.0.0 | | This addon adds auth.jwt.validator fields to server env
3131
[auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication
32+
[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
3233
[auth_oauth_multi_token](auth_oauth_multi_token/) | 16.0.1.0.0 | | Allow multiple connection with the same OAuth account
3334
[auth_oauth_ropc](auth_oauth_ropc/) | 16.0.1.0.0 | | Allow to login with OAuth Resource Owner Password Credentials Grant
3435
[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

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240904.0
1+
16.0.20250122.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'odoo-addon-auth_jwt_demo>=16.0dev,<16.1dev',
1717
'odoo-addon-auth_jwt_server_env>=16.0dev,<16.1dev',
1818
'odoo-addon-auth_ldaps>=16.0dev,<16.1dev',
19+
'odoo-addon-auth_oauth_autologin>=16.0dev,<16.1dev',
1920
'odoo-addon-auth_oauth_multi_token>=16.0dev,<16.1dev',
2021
'odoo-addon-auth_oauth_ropc>=16.0dev,<16.1dev',
2122
'odoo-addon-auth_oidc>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)