Module request

Source
Expand description

JSON-RPC Requests

Structs§

JsonRpcRequest
A struct representing the full JSON-RPC request body
OdooApiContainer
The container type for an Odoo “API” (JSON-RPC) request
OdooOrmContainer
The container type for an Odoo “ORM” request
OdooWebContainer
The container type for an Odoo “Web” request

Traits§

JsonRpcParams
Implemented by Odoo “method” types (e.g., Execute or SessionAuthenticate)
OdooApiMethod
An Odoo “API” (JSON-RPC) request type
OdooOrmMethod
An Odoo “Orm” request type
OdooWebMethod
An Odoo “Web” request type