Module odoo_api::service::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

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