From e04bb2769f364cfd6f3aa849dcab4d1f603a8e60 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 18 Feb 2025 08:30:42 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- base_rest/README.rst | 2 +- base_rest/__manifest__.py | 2 +- base_rest/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28475f7fe..75ed074ff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[base_rest](base_rest/) | 14.0.4.8.4 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Develop your own high level REST APIs for Odoo thanks to this addon. +[base_rest](base_rest/) | 14.0.4.8.5 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Develop your own high level REST APIs for Odoo thanks to this addon. [base_rest_auth_api_key](base_rest_auth_api_key/) | 14.0.1.0.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Base Rest: Add support for the auth_api_key security policy into the openapi documentation [base_rest_auth_jwt](base_rest_auth_jwt/) | 14.0.1.1.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Base Rest: Add support for the auth_jwt security policy into the openapi documentation [base_rest_auth_user_service](base_rest_auth_user_service/) | 14.0.1.1.0 | | Login/logout from session using a REST call diff --git a/base_rest/README.rst b/base_rest/README.rst index 27c1fbde6..7397602b6 100644 --- a/base_rest/README.rst +++ b/base_rest/README.rst @@ -7,7 +7,7 @@ Base Rest !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cdf51157347c0dc804e85f42958f2b4405bb57b51d8620a48da5777fd612f8fd + !! source digest: sha256:e8ae07499e2f65eb47c25acd66f1e8a87fdf3469f5fbd7cb229b45cb87c5dde8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_rest/__manifest__.py b/base_rest/__manifest__.py index ee84a5643..1e9295c31 100644 --- a/base_rest/__manifest__.py +++ b/base_rest/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ Develop your own high level REST APIs for Odoo thanks to this addon. """, - "version": "14.0.4.8.4", + "version": "14.0.4.8.5", "development_status": "Beta", "license": "LGPL-3", "author": "ACSONE SA/NV, " "Odoo Community Association (OCA)", diff --git a/base_rest/static/description/index.html b/base_rest/static/description/index.html index 383726ac0..a82254e16 100644 --- a/base_rest/static/description/index.html +++ b/base_rest/static/description/index.html @@ -367,7 +367,7 @@

Base Rest

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

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

This addon provides the basis to develop high level REST APIs for Odoo.