Module common

Source
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
AboutResponseBasic
Represents the response to an Odoo About call
AboutResponseExtended
Represents the response to an Odoo About call
Authenticate
Check the user credentials and return the user ID (web)
AuthenticateResponse
Represents the response to an Odoo Authenticate call
Login
Check the user credentials and return the user ID
LoginResponse
Represents the response to an Odoo Login call
ServerVersionInfo
A struct representing the Odoo server version info
Version
Fetch detailed information about the Odoo version
VersionResponse
Represents the response to an Odoo Version call

Enums§

AboutResponse
Represents the response to an Odoo About call