Module odoo_api::jsonrpc::request

source ·
Expand description

JSON-RPC Requests

Structs

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

Traits

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