diff --git a/README.md b/README.md index 6bc7bd5c..e98ba8d4 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_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. -[webservice](webservice/) | 14.0.1.4.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. +[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/webservice/README.rst b/webservice/README.rst index a5d6d77d..72b59b30 100644 --- a/webservice/README.rst +++ b/webservice/README.rst @@ -7,7 +7,7 @@ WebService !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c89ea7ebbc8a927cbd6050c36eef46f945ff22e420ef783868e47072957010a3 + !! source digest: sha256:ae796f345a1c257df4f5f1e44b07bca6f2f3a9684662b7e2bbb7e5cceb628966 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/webservice/__manifest__.py b/webservice/__manifest__.py index cec6544b..d452f22e 100644 --- a/webservice/__manifest__.py +++ b/webservice/__manifest__.py @@ -9,7 +9,7 @@ "summary": """ Provide unified way to handle external webservices configuration and calls. """, - "version": "14.0.1.4.0", + "version": "14.0.1.5.0", "license": "AGPL-3", "development_status": "Beta", "author": "Creu Blanca, Camptocamp, Odoo Community Association (OCA)", diff --git a/webservice/static/description/index.html b/webservice/static/description/index.html index d1162604..ec3c93c6 100644 --- a/webservice/static/description/index.html +++ b/webservice/static/description/index.html @@ -367,7 +367,7 @@
Provide unified way to handle external webservices configuration and calls.