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.
odooxeroaccountingOdoo Xero Integration: Sync Accounting via the API
Build a custom Odoo–Xero integration with the External API: which account models to touch, the JSON-RPC calls, webhooks, and idempotency that keep the books in sync.
ODXProxy Team · Jul 14, 2026 · 9 min read
odooapipostmanTesting the Odoo API in Postman (JSON-RPC)
Test the Odoo API in Postman step by step: build the JSON-RPC request, store both keys as variables, run a credential-free smoke test, then read responses correctly.
ODXProxy Team · Jul 14, 2026 · 9 min read
odooapicorsOdoo API CORS: Calling It From a Browser or App
Why calling the Odoo API from a browser or mobile app hits CORS errors and leaks your key — and the server-side gateway pattern that fixes both the right way.
ODXProxy Team · Jul 14, 2026 · 7 min read
odoowhatsappintegrationConnect Odoo to WhatsApp with the API
Send Odoo notifications to WhatsApp and turn inbound messages into Odoo records — the models, the JSON-RPC calls, and the webhook patterns that make it reliable.
ODXProxy Team · Jul 13, 2026 · 8 min read
odooapidocumentationOdoo API Documentation: A Practical Developer Reference
A structured reference for the Odoo API — where the official docs live, the request envelope, all 9 actions with their argument shapes, and the full error-code table.
ODXProxy Team · Jul 13, 2026 · 8 min read
odoowoocommercewordpressOdoo WooCommerce Integration: Build It with the API
Sync WooCommerce products, orders, and stock into Odoo through the External API — the models, the JSON-RPC calls, webhooks, and idempotency patterns that hold up.
ODXProxy Team · Jul 13, 2026 · 9 min read
odoointegrationcalendarSync Odoo Calendar & Contacts with Outlook or Google
Build a custom two-way sync of Odoo calendar events and contacts with Outlook or Google, over the JSON-RPC External API — the calendar.event and res.partner half, done right.
ODXProxy Team · Jul 12, 2026 · 8 min read
odooauthenticationldapOdoo LDAP & OAuth Authentication and the API
How Odoo LDAP and OAuth authentication change API access — why SSO login backends break password-based calls, and why API keys are the transport-independent fix for integrations.
ODXProxy Team · Jul 12, 2026 · 8 min read
odooormsearch-readOdoo search_read over XML-RPC vs JSON-RPC
The same Odoo search_read call, shown over both XML-RPC and JSON-RPC 2.0 — with runnable examples, the identical domain/fields/limit arguments, and which transport to pick.
ODXProxy Team · Jul 12, 2026 · 8 min read