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:f1bbafdb63324c99e655951ded45c889ed1be7e02085110e989b4de600735624
375+ !! source digest: sha256:6921e749d3958eeb6be29d3adb3782f76eaadba47124722da6bc9e292dfeb9d7
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.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/OpenSPP/OpenSPP2/tree/19.0/endpoint_route_handler "> < img alt ="OpenSPP/OpenSPP2 " src ="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github " /> </ a > </ p >
373378< p > Technical module that provides a base handler for adding and removing
@@ -376,7 +381,8 @@ <h1 class="title">Endpoint route handler</h1>
376381< div class ="admonition important ">
377382< p class ="first admonition-title "> Important</ p >
378383< p class ="last "> This is an alpha version, the data model and design can change at any time without warning.
379- Only for development or testing purpose, do not use in production.</ p >
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 >
380386</ div >
381387< p > < strong > Table of contents</ strong > </ p >
382388< div class ="contents local topic " id ="contents ">
@@ -397,9 +403,9 @@ <h1 class="title">Endpoint route handler</h1>
397403</ ul >
398404</ div >
399405< div class ="section " id ="usage ">
400- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
406+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
401407< div class ="section " id ="as-a-mixin ">
402- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h2 >
408+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> As a mixin</ a > </ h3 >
403409< p > Use standard Odoo inheritance:</ p >
404410< pre class ="literal-block ">
405411class MyModel(models.Model):
@@ -424,7 +430,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">As a mixin</a></h2>
424430record.</ p >
425431</ div >
426432< div class ="section " id ="as-a-tool ">
427- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h2 >
433+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> As a tool</ a > </ h3 >
428434< p > Initialize non stored route handlers and generate routes from them. For
429435instance:</ p >
430436< pre class ="literal-block ">
@@ -459,7 +465,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">As a tool</a></h2>
459465</ div >
460466</ div >
461467< div class ="section " id ="known-issues-roadmap ">
462- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h1 >
468+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h2 >
463469< ul >
464470< li > < p class ="first "> add api docs helpers</ p >
465471</ li >
@@ -489,36 +495,37 @@ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
489495routing info.</ p >
490496</ div >
491497< div class ="section " id ="bug-tracker ">
492- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h1 >
498+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h2 >
493499< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/issues "> GitHub Issues</ a > .
494500In case of trouble, please check there if your issue has already been reported.
495501If you spotted it first, help us to smash it by providing a detailed and welcomed
496502< 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 >
497503< p > Do not contact contributors directly about support or help with technical issues.</ p >
498504</ div >
499505< div class ="section " id ="credits ">
500- < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h1 >
506+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h2 >
501507< div class ="section " id ="authors ">
502- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h2 >
508+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h3 >
503509< ul class ="simple ">
504510< li > Camptocamp</ li >
505511</ ul >
506512</ div >
507513< div class ="section " id ="contributors ">
508- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h2 >
514+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h3 >
509515< ul class ="simple ">
510516< li > Simone Orsi << a class ="reference external " href ="mailto:simone.orsi@camptocamp.com "> simone.orsi@camptocamp.com</ a > ></ li >
511517< li > Nguyen Minh Chien << a class ="reference external " href ="mailto:chien@trobz.com "> chien@trobz.com</ a > ></ li >
512518</ ul >
513519</ div >
514520< div class ="section " id ="maintainers ">
515- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h2 >
521+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h3 >
516522< p > Current maintainer:</ p >
517523< 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 >
518524< 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 >
519525< p > You are welcome to contribute.</ p >
520526</ div >
521527</ div >
522528</ div >
529+ </ div >
523530</ body >
524531</ html >
0 commit comments