Odoo – Gotchas

Service ID: odoo

From ERP to CRM, eCommerce and CMS. Download Odoo or use it in the cloud. Grow Your Business.

⚠️

7 gotchas across 7 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Activities1 gotcha

allactivitiesAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.

Companies1 gotcha

allcompaniesAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.

Contacts1 gotcha

allcontactsAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.

Leads1 gotcha

allleadsAll

Leads must be enabled in the CRM configuration. More info on the Odoo developer docs.

Notes1 gotcha

allnotesAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.

allopportunitiesAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.

Users1 gotcha

allusersAll

Odoo does not include a total record count in list responses. meta.total_count will not appear. Surfacing the true total requires a separate search_count call to the Odoo XML-RPC API — an extra API call that is not currently implemented.