Expand description
The Odoo “Web” pseudo-service
This isn’t actually a service, but a set of JSON-RPC compatible endpoints
that Odoo exposes. Generally these are used by the webclient, and offer
functionality that can be achieved with execute
and execute_kw
Structs§
- Database
List - List the available databases
- Database
List Response - Represents the response to an Odoo
DatabaseList
call - GetSession
Info - Fetch session information
- GetSession
Info Response - The response to a
GetSessionInfo
request - Multi
Company Info - Multi-company information
- Multi
Company Info Allowed - Session
Authenticate - Authenticate to an Odoo database
- Session
Authenticate Response - Represents the response to an Odoo
SessionAuthenticate
call