Module odoo_api::service::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

Fetch basic information about the Odoo version
Represents the response to an Odoo About call
Represents the response to an Odoo About call
Check the user credentials and return the user ID (web)
Represents the response to an Odoo Authenticate call
Check the user credentials and return the user ID
Represents the response to an Odoo Login call
A struct representing the Odoo server version info
Fetch detailed information about the Odoo version
Represents the response to an Odoo Version call

Enums

Represents the response to an Odoo About call