From 5929ce55f66246c5b36ee26709accdfeab63dda4 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 4 Jul 2024 08:05:40 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- endpoint/README.rst | 2 +- endpoint/__manifest__.py | 2 +- endpoint/static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6103203..10adec1d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[endpoint](endpoint/) | 14.0.2.0.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. +[endpoint](endpoint/) | 14.0.2.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. [endpoint_auth_api_key](endpoint_auth_api_key/) | 14.0.1.1.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints. [endpoint_jsonifier](endpoint_jsonifier/) | 14.0.1.0.0 | [![SilvioC2C](https://github.com/SilvioC2C.png?size=30px)](https://github.com/SilvioC2C) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow to configure jsonifier parsers on endpoints [endpoint_route_handler](endpoint_route_handler/) | 14.0.2.0.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly. diff --git a/endpoint/README.rst b/endpoint/README.rst index 189a3efc..f99c6343 100644 --- a/endpoint/README.rst +++ b/endpoint/README.rst @@ -7,7 +7,7 @@ Endpoint !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:556e4e15c33a21506a13c41d22f0e2bf8f23a5e09525436cbba2e532ac5bef8b + !! source digest: sha256:281a54ab1880c3878cd4c8d5c2420e7974900b170a308dcb7976dc16793e8e27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/endpoint/__manifest__.py b/endpoint/__manifest__.py index ae75e39e..7c83f388 100644 --- a/endpoint/__manifest__.py +++ b/endpoint/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint", "summary": """Provide custom endpoint machinery.""", - "version": "14.0.2.0.2", + "version": "14.0.2.1.0", "license": "LGPL-3", "development_status": "Beta", "author": "Camptocamp,Odoo Community Association (OCA)", diff --git a/endpoint/static/description/index.html b/endpoint/static/description/index.html index 0dc45871..8e7eafcf 100644 --- a/endpoint/static/description/index.html +++ b/endpoint/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Endpoint

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:556e4e15c33a21506a13c41d22f0e2bf8f23a5e09525436cbba2e532ac5bef8b +!! source digest: sha256:281a54ab1880c3878cd4c8d5c2420e7974900b170a308dcb7976dc16793e8e27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web-api Translate me on Weblate Try me on Runboat

Provide an endpoint framework allowing users to define their own custom endpoint.