TIP: You can type at any time to perform a new search.
RPC endpoints
rpc · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Extra Tools
- Folder size
- 0.02 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 06:47:04
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Raphael Collet, Julien Castiaux, Paul Morelle, Rémy Voet (ryv), William Braeckman, Miquel Raïch, Laurent Desausoi, Andrzej(pian), thle-odoo, Krzysztof Magusiak (krma), Daniel Duato Catalán, ELCO
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- test_http, test_rpc
- Description
Standard Odoo RPC endpoints to models ===================================== This module provides the /xmlrpc and /jsonrpc endpoints used to programmatically access models.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (6)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/jsonrpc |
JSONRPC.jsonrpc |
none | jsonrpc | ALL | |
/web/version, /json/version |
RPC.version |
none | http | ALL | |
/json/2, /json/2/<path:subpath> |
WebJson2Controller.web_json_2_404 |
public | json2 | GET, POST, PUT, DELETE, PATCH | |
/json/2/<__model__>/<__method__> |
WebJson2Controller.web_json_2_rpc |
bearer | json2 | POST | |
/xmlrpc/<service> |
XMLRPC.xmlrpc_1 |
none | http | POST | csrf off |
/xmlrpc/2/<service> |
XMLRPC.xmlrpc_2 |
none | http | POST | csrf off |
Models touched (0)
No models found for this module.