diff --git a/endpoint_route_handler/README.rst b/endpoint_route_handler/README.rst index 5825aa49..2b763826 100644 --- a/endpoint_route_handler/README.rst +++ b/endpoint_route_handler/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ====================== Endpoint route handler ====================== @@ -17,7 +13,7 @@ Endpoint route handler .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github diff --git a/endpoint_route_handler/__manifest__.py b/endpoint_route_handler/__manifest__.py index 66cb988d..9b673068 100644 --- a/endpoint_route_handler/__manifest__.py +++ b/endpoint_route_handler/__manifest__.py @@ -10,6 +10,7 @@ "author": "Camptocamp,Odoo Community Association (OCA)", "maintainers": ["simahawk"], "website": "https://github.com/OCA/web-api", + "depends": ["base"], "data": [ "security/ir.model.access.csv", ], diff --git a/endpoint_route_handler/static/description/index.html b/endpoint_route_handler/static/description/index.html index 1c8b19ec..cbe1aab6 100644 --- a/endpoint_route_handler/static/description/index.html +++ b/endpoint_route_handler/static/description/index.html @@ -3,7 +3,7 @@ -README.rst +Endpoint route handler -
+
+

Endpoint route handler

- - -Odoo Community Association - -
-

Endpoint route handler

-

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

+

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

Technical module that provides a base handler for adding and removing controller routes on the fly.

Can be used as a mixin or as a tool.

@@ -397,9 +392,9 @@

Endpoint route handler

-

Usage

+

Usage

-

As a mixin

+

As a mixin

Use standard Odoo inheritance:

 class MyModel(models.Model):
@@ -424,7 +419,7 @@ 

As a mixin

record.

-

As a tool

+

As a tool

Initialize non stored route handlers and generate routes from them. For instance:

@@ -459,7 +454,7 @@ 

As a tool

-

Known issues / Roadmap

+

Known issues / Roadmap

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -497,22 +492,22 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Camptocamp
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -527,6 +522,5 @@

Maintainers

-