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 > README.rst </ title >
6+ < title > Endpoint route handler </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document ">
363+ < div class ="document " id ="endpoint-route-handler ">
364+ < h1 class ="title "> Endpoint route handler</ h1 >
364365
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 >
371366<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372367!! This file is generated by oca-gen-addon-readme !!
373368!! changes will be overwritten. !!
@@ -381,8 +376,7 @@ <h1>Endpoint route handler</h1>
381376< div class ="admonition important ">
382377< p class ="first admonition-title "> Important</ p >
383378< p class ="last "> This is an alpha version, the data model and design can change at any time without warning.
384- Only for development or testing purpose, do not use in production.
385- < a class ="reference external " href ="https://odoo-community.org/page/development-status "> More details on development status</ a > </ p >
379+ Only for development or testing purpose, do not use in production.</ p >
386380</ div >
387381< p > < strong > Table of contents</ strong > </ p >
388382< div class ="contents local topic " id ="contents ">
@@ -403,9 +397,9 @@ <h1>Endpoint route handler</h1>
403397</ ul >
404398</ div >
405399< div class ="section " id ="usage ">
406- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
400+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
407401< div class ="section " id ="as-a-mixin ">
408- < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h3 >
402+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h2 >
409403< p > Use standard Odoo inheritance:</ p >
410404< pre class ="literal-block ">
411405class MyModel(models.Model):
@@ -430,7 +424,7 @@ <h3><a class="toc-backref" href="#toc-entry-2">As a mixin</a></h3>
430424record.</ p >
431425</ div >
432426< div class ="section " id ="as-a-tool ">
433- < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h3 >
427+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h2 >
434428< p > Initialize non stored route handlers and generate routes from them. For
435429instance:</ p >
436430< pre class ="literal-block ">
@@ -465,7 +459,7 @@ <h3><a class="toc-backref" href="#toc-entry-3">As a tool</a></h3>
465459</ div >
466460</ div >
467461< div class ="section " id ="known-issues-roadmap ">
468- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h2 >
462+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h1 >
469463< ul >
470464< li > < p class ="first "> add api docs helpers</ p >
471465</ li >
@@ -495,37 +489,36 @@ <h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
495489routing info.</ p >
496490</ div >
497491< div class ="section " id ="bug-tracker ">
498- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h2 >
492+ < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h1 >
499493< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/issues "> GitHub Issues</ a > .
500494In case of trouble, please check there if your issue has already been reported.
501495If you spotted it first, help us to smash it by providing a detailed and welcomed
502496< a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/issues/new?body=module:%20endpoint_route_handler%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
503497< p > Do not contact contributors directly about support or help with technical issues.</ p >
504498</ div >
505499< div class ="section " id ="credits ">
506- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h2 >
500+ < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h1 >
507501< div class ="section " id ="authors ">
508- < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h3 >
502+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h2 >
509503< ul class ="simple ">
510504< li > Camptocamp</ li >
511505</ ul >
512506</ div >
513507< div class ="section " id ="contributors ">
514- < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h3 >
508+ < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h2 >
515509< ul class ="simple ">
516510< li > Simone Orsi << a class ="reference external " href ="mailto:simone.orsi@camptocamp.com "> simone.orsi@camptocamp.com</ a > ></ li >
517511< li > Nguyen Minh Chien << a class ="reference external " href ="mailto:chien@trobz.com "> chien@trobz.com</ a > ></ li >
518512</ ul >
519513</ div >
520514< div class ="section " id ="maintainers ">
521- < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h3 >
515+ < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h2 >
522516< p > Current maintainer:</ p >
523517< p > < a class ="reference external image-reference " href ="https://github.com/simahawk "> < img alt ="simahawk " src ="https://github.com/simahawk.png?size=40px " /> </ a > </ p >
524518< p > This module is part of the < a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/tree/19.0/endpoint_route_handler "> OpenSPP/OpenSPP2</ a > project on GitHub.</ p >
525519< p > You are welcome to contribute.</ p >
526520</ div >
527521</ div >
528522</ div >
529- </ div >
530523</ body >
531524</ html >
0 commit comments