API Documentation

api_doc
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/api_doc
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, GitHub, Julien Castiaux, Tiffany Chang (tic), Pierre Paridans, thcl-odoo, Louis Wicket (wil), Dylan Kiss (dyki), sesn-odoo, Bastien Fafchamps (bafa), Krzysztof Magusiak (krma), Elliot ELCO, ELCO
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Odoo Dynamic API Documentation
==============================

This module provides a dynamic documentation page for developpers at the
/doc URL. The documentation is generated using the database to list the
models and their fields and methods. It also provides a playground to run
the methods over HTTP, with examples in various programming languages.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
api_doc.docclient api_doc.docclient ir.ui.view qweb New
HTTP endpoints (5)
Route(s)HandlerAuthTypeMethodsFlags
/doc-bearer/index.json DocController.doc_bearer_index bearer json2 ALL
/doc-bearer/<model_name>.json DocController.doc_bearer_modec bearer json2 ALL
/doc, /doc/<model_name>, /doc/index.html DocController.doc_client user http ALL sudo
/doc/index.json DocController.doc_index user json2 ALL sudo
/doc/<model_name>.json DocController.doc_model user json2 ALL sudo
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.