odoo-llm
Connect Odoo ERP with chat, RAG, and automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install odoo-llm?โผ
Run `npx skills add apexive/odoo-llm --all -g -y` in your terminal to install all skills in this suite globally.
How to connect AI chat to Odoo ERP?โผ
Install the core llm modules in Odoo 18, configure a provider like OpenAI or Ollama, and use the built-in chat interface or MCP server to talk to your ERP data.
Which AI providers work with odoo-llm?โผ
It supports OpenAI, Anthropic, Mistral, Ollama, Replicate, FAL.ai, and ComfyUI, plus any OpenAI-compatible API through a unified provider interface.
Can Claude Desktop access my Odoo data?โผ
Yes. The llm_mcp_server module exposes Odoo tools over the Model Context Protocol so Claude Desktop, Claude Code, Cursor, and Codex CLI can query and act on your data.
Does odoo-llm support document search and RAG?โผ
Yes. The knowledge modules index documents into ChromaDB, pgvector, or Qdrant vector stores so the AI can retrieve relevant context before answering.
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