Expand description
JSON-RPC Requests
Structs§
- Json
RpcRequest - A struct representing the full JSON-RPC request body
- Odoo
ApiContainer - The container type for an Odoo “API” (JSON-RPC) request
- Odoo
OrmContainer - The container type for an Odoo “ORM” request
- Odoo
WebContainer - The container type for an Odoo “Web” request
Traits§
- Json
RpcParams - Implemented by Odoo “method” types (e.g.,
Execute
orSessionAuthenticate
) - Odoo
ApiMethod - An Odoo “API” (JSON-RPC) request type
- Odoo
OrmMethod - An Odoo “Orm” request type
- Odoo
WebMethod - An Odoo “Web” request type