Skip to main content

Odoo

Odoo
ERP · URL, user, and API keyBeta

Odoo lets you query models and records on the authorized server through XML-RPC.

Preparing Odoo

Generate an API key for a dedicated user. Give that user read-only access to the required models whenever write operations are not needed.

Connecting

  1. The organization enables Odoo and grants access.
  2. Open Profile > Integrations and select Connect.
  3. Enter the server base URL, username, and API key.
  4. Save. GESCON will detect the database and validate the credentials.

What it can do

  • Query the actual fields of a model.
  • Search records with defined domains, fields, and limits.

GESCON queries the model metadata first to avoid inventing fields. The current integration is designed for read operations.

Examples

Query the available fields on the sale.order model, then list confirmed orders from this month.

Find pending invoices for customer Acme and show the number, date, and amount.

Back to the catalog