Odxproxy Clients

Use when building an application, integration, or bot that talks to an Odoo ERP through ODXProxy — the Rust JSON-RPC proxy at odxproxy.io. Covers the 9 allowed actions (search_read, search, read, fields_get, create, write, unlink, search_count, call_method), the request/response envelope, error handling, the official SDKs (Python, Java, PHP, Kotlin, Swift, JavaScript, .NET/C# via NuGet TerraKernel.OdxClient, Dart), and how to introspect a target Odoo instance's data model (fields_get / relations) before writing code. Trigger on: ODXProxy, odxproxy, Odoo via proxy, execute_kw over JSON-RPC, "for_instance", OdxClient/OdxAction/TerraKernel.OdxClient, x-api-key + Odoo api_key, building an Odoo client/app.

terrakernel c5290e4 10 files · 55.5 KB Updated

File contents

terrakernel/odxproxy_claude_code_skills/tree/main/odxproxy-clients commit c5290e43db

Frequently asked questions

npx skillmds@latest add terrakernel/odxproxy-clients