Odoo Toolbox
Command-line tools for introspecting and automating Odoo instances — field exploration, record operations, model discovery, and accounting queries. Designed for AI agent integration. Odoo’s XML-RPC API is powerful but undiscoverable. Field names are cryptic, relations are nested, and the documentation assumes you already know the data model. Odoo Toolbox makes the API explorable: list models, inspect fields with types and relations, search records with domain filters, and navigate the accounting chart — all from the command line. ...