From 1aaec8f09306d86eec99e9a70d17c22e8e2cd803 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 4 Jul 2024 07:13:41 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- endpoint_route_handler/README.rst | 2 +- endpoint_route_handler/__manifest__.py | 2 +- endpoint_route_handler/static/description/index.html | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ade186f1..c6103203 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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_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.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide mixin and tool to generate custom endpoints on the fly. +[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. [webservice](webservice/) | 14.0.1.5.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide unified way to handle external webservices configuration and calls. [//]: # (end addons) diff --git a/endpoint_route_handler/README.rst b/endpoint_route_handler/README.rst index c8a7962a..d819641d 100644 --- a/endpoint_route_handler/README.rst +++ b/endpoint_route_handler/README.rst @@ -7,7 +7,7 @@ Endpoint route handler !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b67dfaf93ba5b7b697405ae1415b6b559fc25eb02541ca224cf5bf57e635f725 + !! source digest: sha256:28f206335b37233ef5bc9d2991f373c1e8575aaad1ab576f13f78693fbb868b9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/endpoint_route_handler/__manifest__.py b/endpoint_route_handler/__manifest__.py index 3a0b14f8..0ab42b01 100644 --- a/endpoint_route_handler/__manifest__.py +++ b/endpoint_route_handler/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint route handler", "summary": """Provide mixin and tool to generate custom endpoints on the fly.""", - "version": "14.0.2.0.1", + "version": "14.0.2.0.2", "license": "LGPL-3", "development_status": "Beta", "author": "Camptocamp,Odoo Community Association (OCA)", diff --git a/endpoint_route_handler/static/description/index.html b/endpoint_route_handler/static/description/index.html index f5b4c2d1..cac166c5 100644 --- a/endpoint_route_handler/static/description/index.html +++ b/endpoint_route_handler/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Endpoint route handler

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

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

Technical module that provides a base handler