Agencies & integrators
Manage many clients' Odoo instances behind a single, consistent integration layer.
The situation
An agency juggling a dozen client Odoo deployments ends up with a dozen one-off integrations, each holding raw credentials with full method access. Every new client is another bespoke connection to build, secure, and maintain.
How ODXProxy fits
Standardize how you talk to Odoo
Every client instance is reached through the same JSON-RPC protocol and the same SDKs, so your team learns one integration pattern instead of one per client.
Route to any client per request
Because the instance is specified per request, a single proxy can serve many client backends — add a client by routing to it, not by standing up new plumbing.
Least-privilege by default
The nine-action allowlist and per-request Odoo identity keep each integration scoped to exactly what the client's Odoo user is allowed to do.