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)
- Execute
Kw - Call a business-logic method on an Odoo model (positional & keyword args)
- Execute
KwResponse - Represents the response to an Odoo
Executecall - Execute
Response - Represents the response to an Odoo
Execute