From cd9e49b1d4658da11800ca05c9a31ab7f4299747 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 26 Jan 2024 06:56:11 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + auth_api_key/README.rst | 2 +- auth_api_key/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 bed2aeb247..88b5ac7e67 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [auth_admin_passkey](auth_admin_passkey/) | 17.0.1.0.0 | | Allows system administrator to authenticate with any account +[auth_api_key](auth_api_key/) | 17.0.1.0.0 | | Authenticate http requests from an API key [//]: # (end addons) diff --git a/auth_api_key/README.rst b/auth_api_key/README.rst index 8c4f7f0f8b..99e2eda85f 100644 --- a/auth_api_key/README.rst +++ b/auth_api_key/README.rst @@ -7,7 +7,7 @@ Auth Api Key !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3adb1ff0898c08651ce6de2c1ee1a91bc08a719dc6411ca880be9598b2f62705 + !! source digest: sha256:455a0f8646088cc228c9423fcbabbc1d81cabbebd0cac6dcf07bbbe000a6fc87 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_api_key/static/description/index.html b/auth_api_key/static/description/index.html index 0d80030b19..d4234b13ea 100644 --- a/auth_api_key/static/description/index.html +++ b/auth_api_key/static/description/index.html @@ -366,7 +366,7 @@

Auth Api Key

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3adb1ff0898c08651ce6de2c1ee1a91bc08a719dc6411ca880be9598b2f62705 +!! source digest: sha256:455a0f8646088cc228c9423fcbabbc1d81cabbebd0cac6dcf07bbbe000a6fc87 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Authenticate http requests from an API key.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 270561f3be..3cd3b6c39c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20231126.0" +version = "17.0.20240126.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", + "odoo-addon-auth_api_key>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",