Module object

Source
Expand description

The Odoo “object” service (JSON-RPC)

This service provides low-level methods to interact with Odoo models (execute and execute_kw).

For higher-level methods (e.g., read and search_read), see crate::service::orm

Structs§

Execute
Call a business-logic method on an Odoo model (positional args)
ExecuteKw
Call a business-logic method on an Odoo model (positional & keyword args)
ExecuteKwResponse
Represents the response to an Odoo Execute call
ExecuteResponse
Represents the response to an Odoo Execute