Blog
Articles on Odoo, APIs & architecture
Deep, protocol-correct guides for Odoo developers and integrators — the ORM, JSON-RPC, gateways, and the patterns ODXProxy is built for.
odooapierror-handlingOdoo API Error Handling: Codes, Retries, and the 200 Trap
Odoo API errors come in two layers — proxy failures with non-200 codes and Odoo logic errors hidden inside HTTP 200. Here's how to handle every case cleanly.
ODXProxy Team · Jul 3, 2026 · 8 min read
odooormsearch-readOdoo search_read: A Practical Example
search_read runs a domain filter and reads fields in one round trip. Here's how params and keyword fit together, how to build domains, and how to paginate.
ODXProxy Team · Jul 3, 2026 · 8 min read
odooapiauthenticationHow to Authenticate to the Odoo API (With Examples)
Authenticating to the Odoo API needs a user id and an API key — not your password. Here's how it works, plus a first JSON-RPC call and proper error handling.
ODXProxy Team · Jul 3, 2026 · 9 min read