An MCP server that connects AI assistants to Odoo ERP instances via the built-in XML-RPC API without requiring any additional addons. It enables users to search, create, update, and manage Odoo records and models through natural language.
Delete records from an Odoo model with a two-step safety confirmation: first call with confirm=False to preview deletions, then confirm=True only after user approval.
Execute Python code directly in an Odoo environment to access models, modify data, and perform database operations with persistent state between calls.
Translate Odoo html_translate fields by extracting translatable terms, mapping translations directly, or replacing full HTML. Supports blog posts, product descriptions, and website content.
Creates inventory valuation journal entries for unaccounted stock movements, auto-detecting GRNI accounts per Odoo version and allowing overrides. Use dry_run=true to preview.