apexiveapexiveOfficialยท1 Agent Skills Included

odoo-llm

Connect Odoo ERP with chat, RAG, and automation

Integrates large language models into Odoo ERP with chat threads, knowledge search, and content generation. Connects providers like OpenAI, Anthropic, Mistral, and Ollama through one unified interface. Eliminates manual data lookups with 60+ ready accounting and reporting functions. Exposes Odoo data to external clients through a built-in MCP server.
npx skills add apexive/odoo-llm --all -g -y
Available:

Gives your AI agent the module architecture, dependency chain, and Odoo 18 coding patterns it needs to correctly build, extend, and test the LLM integration modules in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’