33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Endpoint route handler </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="endpoint-route-handler ">
364- < h1 class ="title "> Endpoint route handler</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="endpoint-route-handler ">
370+ < h1 > Endpoint route handler</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:81e0be13d84cbe05be2e0500590d0d8fb7fcb5a5f9486768ed65f3970c3589fc
375+ !! source digest: sha256:b9dd15b039dbf78d7a01947b6f273b1487a97ce0911b41b0b5652b2dbbb38456
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web-api/tree/18.0/endpoint_route_handler "> < img alt ="OCA/web-api " src ="https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-api-18-0/web-api-18-0-endpoint_route_handler "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web-api/tree/18.0/endpoint_route_handler "> < img alt ="OCA/web-api " src ="https://img.shields.io/badge/github-OCA%2Fweb--api-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-api-18-0/web-api-18-0-endpoint_route_handler "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web-api&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > Technical module that provides a base handler for adding and removing
374379controller routes on the fly.</ p >
375380< p > Can be used as a mixin or as a tool.</ p >
@@ -392,9 +397,9 @@ <h1 class="title">Endpoint route handler</h1>
392397</ ul >
393398</ div >
394399< div class ="section " id ="usage ">
395- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
400+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
396401< div class ="section " id ="as-a-mixin ">
397- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h2 >
402+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h3 >
398403< p > Use standard Odoo inheritance:</ p >
399404< pre class ="literal-block ">
400405class MyModel(models.Model):
@@ -419,7 +424,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">As a mixin</a></h2>
419424record.</ p >
420425</ div >
421426< div class ="section " id ="as-a-tool ">
422- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h2 >
427+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h3 >
423428< p > Initialize non stored route handlers and generate routes from them. For
424429instance:</ p >
425430< pre class ="literal-block ">
@@ -454,7 +459,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">As a tool</a></h2>
454459</ div >
455460</ div >
456461< div class ="section " id ="known-issues-roadmap ">
457- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h1 >
462+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h2 >
458463< ul >
459464< li > < p class ="first "> add api docs helpers</ p >
460465</ li >
@@ -484,30 +489,30 @@ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
484489routing info.</ p >
485490</ div >
486491< div class ="section " id ="bug-tracker ">
487- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h1 >
492+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h2 >
488493< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web-api/issues "> GitHub Issues</ a > .
489494In case of trouble, please check there if your issue has already been reported.
490495If you spotted it first, help us to smash it by providing a detailed and welcomed
491496< a class ="reference external " href ="https://github.com/OCA/web-api/issues/new?body=module:%20endpoint_route_handler%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
492497< p > Do not contact contributors directly about support or help with technical issues.</ p >
493498</ div >
494499< div class ="section " id ="credits ">
495- < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h1 >
500+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h2 >
496501< div class ="section " id ="authors ">
497- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h2 >
502+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h3 >
498503< ul class ="simple ">
499504< li > Camptocamp</ li >
500505</ ul >
501506</ div >
502507< div class ="section " id ="contributors ">
503- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h2 >
508+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h3 >
504509< ul class ="simple ">
505510< li > Simone Orsi << a class ="reference external " href ="mailto:simone.orsi@camptocamp.com "> simone.orsi@camptocamp.com</ a > ></ li >
506511< li > Nguyen Minh Chien << a class ="reference external " href ="mailto:chien@trobz.com "> chien@trobz.com</ a > ></ li >
507512</ ul >
508513</ div >
509514< div class ="section " id ="maintainers ">
510- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h2 >
515+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h3 >
511516< p > This module is maintained by the OCA.</ p >
512517< a class ="reference external image-reference " href ="https://odoo-community.org ">
513518< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -522,5 +527,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
522527</ div >
523528</ div >
524529</ div >
530+ </ div >
525531</ body >
526532</ html >
0 commit comments