From 1d1ad6b67fc1b9f051065bbbc3c4d10599de2432 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 3 Jan 2025 08:36:50 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + auth_admin_passkey/README.rst | 2 +- auth_admin_passkey/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75bef90873..fdd5373d80 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[auth_admin_passkey](auth_admin_passkey/) | 18.0.1.0.0 | | Allows system administrator to authenticate with any account [auth_api_key](auth_api_key/) | 18.0.1.0.0 | | Authenticate http requests from an API key [auth_api_key_group](auth_api_key_group/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys. [auth_api_key_server_env](auth_api_key_server_env/) | 18.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: diff --git a/auth_admin_passkey/README.rst b/auth_admin_passkey/README.rst index 615c52bb9e..552b3f8842 100644 --- a/auth_admin_passkey/README.rst +++ b/auth_admin_passkey/README.rst @@ -7,7 +7,7 @@ Authentification - System Administrator Passkey !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ae816e08cfcea8c3af0717cbc43b2cae99b9842b7bd11233d51b41432c0a6a9c + !! source digest: sha256:1f6c1842b29ec5688e1621fae3e50ba24b946451b6df3e3263127947aee1d832 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_admin_passkey/static/description/index.html b/auth_admin_passkey/static/description/index.html index 9ff2553101..7b3bb6d4e7 100644 --- a/auth_admin_passkey/static/description/index.html +++ b/auth_admin_passkey/static/description/index.html @@ -367,7 +367,7 @@

Authentification - System Administrator Passkey

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ae816e08cfcea8c3af0717cbc43b2cae99b9842b7bd11233d51b41432c0a6a9c +!! source digest: sha256:1f6c1842b29ec5688e1621fae3e50ba24b946451b6df3e3263127947aee1d832 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of users module to support loging diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e42dfebe08..3fd13a8533 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-auth" -version = "18.0.20241116.0" +version = "18.0.20250103.0" dependencies = [ + "odoo-addon-auth_admin_passkey==18.0.*", "odoo-addon-auth_api_key==18.0.*", "odoo-addon-auth_api_key_group==18.0.*", "odoo-addon-auth_api_key_server_env==18.0.*",