Expand description
The Odoo “common” service (JSON-RPC)
This service provides misc methods like version
and authenticate
.
Note that the authentication methods (login
and authenticate
) are both “dumb”;
that is, they do not work with Odoo’s sessioning mechanism. The result is that
these methods will not work for non-JSON-RPC methods (e.g. “Web” methods), and
they will not handle multi-database Odoo deployments.
Structs
Fetch basic information about the Odoo version
Represents the response to an Odoo
About
callRepresents the response to an Odoo
About
callCheck the user credentials and return the user ID (web)
Represents the response to an Odoo
Authenticate
callCheck the user credentials and return the user ID
Represents the response to an Odoo
Login
callA struct representing the Odoo server version info
Fetch detailed information about the Odoo version
Represents the response to an Odoo
Version
callEnums
Represents the response to an Odoo
About
call