From 33b2aee8cbe36efd2d39089408b81b158a010d1e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 4 Jul 2024 07:20:10 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- endpoint/README.rst | 2 +- endpoint/__manifest__.py | 2 +- endpoint/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe6c1c0e..99131a9e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[endpoint](endpoint/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide custom endpoint machinery. +[endpoint](endpoint/) | 16.0.1.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/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Provide API key auth for endpoints. [endpoint_route_handler](endpoint_route_handler/) | 16.0.1.1.0 | [![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/) | 16.0.1.3.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Defines webservice abstract definition to be used generally diff --git a/endpoint/README.rst b/endpoint/README.rst index ffe98997..e83ee0c1 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:b248bdb6ebd8ff6e6e52c59f0c6e7a85317c95baa43eb9c5138b4f5eab54654a + !! source digest: sha256:99c969b3e810450054b9cf5450cdebebf6d4ae3a8fa21f2e28c433cf6d787bde !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/endpoint/__manifest__.py b/endpoint/__manifest__.py index e4467268..6c3b3531 100644 --- a/endpoint/__manifest__.py +++ b/endpoint/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Endpoint", "summary": """Provide custom endpoint machinery.""", - "version": "16.0.1.0.0", + "version": "16.0.1.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 b1823682..b9932a88 100644 --- a/endpoint/static/description/index.html +++ b/endpoint/static/description/index.html @@ -366,7 +366,7 @@

Endpoint

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

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.