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§
- About
- Fetch basic information about the Odoo version
- About
Response Basic - Represents the response to an Odoo
About
call - About
Response Extended - Represents the response to an Odoo
About
call - Authenticate
- Check the user credentials and return the user ID (web)
- Authenticate
Response - Represents the response to an Odoo
Authenticate
call - Login
- Check the user credentials and return the user ID
- Login
Response - Represents the response to an Odoo
Login
call - Server
Version Info - A struct representing the Odoo server version info
- Version
- Fetch detailed information about the Odoo version
- Version
Response - Represents the response to an Odoo
Version
call
Enums§
- About
Response - Represents the response to an Odoo
About
call