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.
The pi skill that ships with it teaches AI agents Odoo’s conventions: how many2one fields work, how to build domain filters, how to traverse account hierarchies. CI runs against a real Odoo 17 instance to catch regressions. Published to npm as odoo-toolbox.