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
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