odoo-toolbox
Odoo ERP integration, record management, and schema introspection
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install odoo-toolbox?โผ
Run `npx skills add marcfargas/odoo-toolbox --all -g -y` in your terminal to install all Odoo skills globally.
How to manage Odoo records from the command line?โผ
Set your ODOO_URL, ODOO_DB, ODOO_USER, and ODOO_PASSWORD environment variables, then use commands like `odoo records search res.partner` or `odoo records create` with a `--confirm` flag for writes.
Can AI agents work with Odoo ERP safely?โผ
Yes. Every operation is classified as READ, WRITE, or DESTRUCTIVE, and destructive actions like deletes or module uninstalls require explicit confirmation flags.
Does odoo-toolbox work with Claude Code and Cursor?โผ
Yes. The skills follow the standard SKILL.md format and load on demand in Claude Code, Cursor, and other compatible agents.
Can I use odoo-toolbox without writing code?โผ
Yes. The odoo CLI covers records, mail, modules, timesheets, attendance, and accounting through simple terminal commands with no scripting required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core