Odoo – Gotchas
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
activitiesAllOdoo 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
companiesAllOdoo 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
contactsAllOdoo 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
leadsAllLeads must be enabled in the CRM configuration. More info on the Odoo developer docs.
Notes1 gotcha
notesAllOdoo 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.
Opportunities1 gotcha
opportunitiesAllOdoo 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
usersAllOdoo 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.