odoo-claude-mcp

mcp
Guvenlik Denetimi
Uyari
Health Gecti
  • License — License: AGPL-3.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 12 GitHub stars
Code Uyari
  • process.env — Environment variable access in claude-terminal/gateway.js
  • fs module — File system access in claude-terminal/gateway.js
  • network request — Outbound network request in claude-terminal/gateway.js
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool is a self-hosted Model Context Protocol (MCP) server suite that connects AI assistants like Claude to self-hosted Odoo ERP instances. It exposes Odoo data and operations to the AI, allowing users to manage records, deploy modules, and perform CRUD operations using natural language.

Security Assessment
The overall risk is rated as Medium. The server acts as an authenticated gateway connecting your AI to internal business data, which inherently requires access to sensitive ERP information. The codebase includes expected but noteworthy security flags: it reads environment variables (likely for API keys and database credentials), accesses the file system, and makes outbound network requests to communicate with Odoo and external services like GitHub or Microsoft Teams. There are no hardcoded secrets, and the tool does not request broadly dangerous local permissions. However, because it handles database operations and enterprise resource planning data, proper configuration—such as securing the token-based authentication and restricting network exposure—is critical.

Quality Assessment
The project appears to be actively maintained, with its last code push occurring today. It is licensed under AGPL-3.0, which is a strong, legally sound open-source license. Community trust is currently very low; the project only has 12 GitHub stars, meaning it has not yet been widely peer-reviewed or battle-tested by a large user base.

Verdict
Use with caution: the tool is well-structured and actively maintained, but its low community adoption and direct access to sensitive ERP databases require strict network and access controls before deployment.
SUMMARY

Self-hosted MCP server for Odoo 15-19 — 197+ tools, multi-tenant Claude/Claude Code integration, Bulgaria l10n, Docker + K3s

README.md

Odoo Claude MCP

Production-grade Model Context Protocol (MCP) server suite for Odoo ERP

Odoo MCP server for Claude Code and Claude.ai — turn any self-hosted Odoo instance (15 → 19) into an AI assistant via the Model Context Protocol. 197+ tools, multi-tenant, Bulgaria localization (НАП, ДДС, ЕИК) included.

Connect Claude, Claude Code, and any MCP-compatible client to Odoo, GitHub, filesystem, Portainer, Teams, and more — through a unified, authenticated gateway.

License: AGPL-3.0
Odoo
MCP
Docker
Made by BL Consulting

Quick Start · Why this vs alternatives? · Use Cases · Architecture · MCP Servers · Companion Modules · Deployment

🇧🇬 Български README


See Claude editing a live Odoo sale order — real CRUD, real auto-recalculation

Claude Code editing Odoo sale order in real time

▶ Watch the full 4-minute demo: Running Odoo 18 Entirely Through AI — Claude Code + MCP Server


🎯 What is odoo-claude-mcp?

odoo-claude-mcp is a self-hosted MCP server suite that turns any Odoo instance into a first-class citizen in the Claude ecosystem. It exposes Odoo data and operations through the Model Context Protocol, while bundling complementary MCP servers for everything an Odoo developer, consultant, or business user needs — GitHub, OCA modules, Kubernetes/Portainer, Microsoft Teams, and a full Claude Code terminal running in the browser.

Unlike single-purpose MCP wrappers, this stack is built for real production use:

  • 🔐 Unified authentication across all MCP endpoints via token-based auth
  • 🏢 Multi-connection, multi-tenant — one stack serves dozens of Odoo databases
  • 🌐 Claude.ai connector ready — public HTTPS endpoint with token auth
  • ☸️ K3s / Kubernetes native with Kustomize overlays for dev and prod
  • 🐳 Docker Compose for solo developers and small teams
  • 🖥️ Web-based terminal — xterm.js + tmux + Claude Code in the browser
  • 📦 Odoo module deployment via direct RPC (no filesystem access needed)
  • 🔍 Qdrant vector store integration for semantic search across records
  • 🤖 Ollama integration for local LLMs and privacy-first deployments

🚀 Quick Start

Option 1: Docker Compose (local dev)

git clone https://github.com/rosenvladimirov/odoo-claude-mcp.git
cd odoo-claude-mcp

# Configure
cp .env.example .env
nano .env                    # set ODOO_URL, DB, credentials, tokens

# Start the stack
docker compose up -d

# Verify
docker compose ps
curl http://localhost:8084/health

Option 2: Quick installer script

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/rosenvladimirov/odoo-claude-mcp/2.0/install.sh | bash

Windows (PowerShell as Administrator):

iwr -useb https://raw.githubusercontent.com/rosenvladimirov/odoo-claude-mcp/2.0/install.ps1 | iex

Option 3: Connect to Claude Code

After the stack is running, add it to Claude Code:

claude mcp add odoo-mcp \
  --url https://your-domain.com/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Or use the included .mcp.json:

cp claude-terminal/.mcp.json ~/.config/claude-code/mcp.json

⚖️ Why this vs alternatives?

Capability Raw XML-RPC Single-purpose MCP-Odoo wrappers odoo-claude-mcp
Auth Per-call password Single shared token ✅ Bearer + per-user profiles + OAuth
Multi-tenant ❌ One DB per process ⚠️ Single connection ✅ N tenants per stack
Tools available ~6 RPC verbs 20–40 197+ (92 native + 105 proxied)
Memory / context layer ✅ Qdrant vector + Ollama embeddings, per-user + shared
Skills / orchestration ai.skill records + memory packs
Web terminal in browser ✅ xterm.js + tmux + Claude Code
GitHub / Portainer / Teams / OCA ✅ 8 federated MCP servers
Bulgaria localization ✅ НАП-ready, fiscal positions, VAT
Production deployment DIY Docker only ✅ Docker Compose + K3s/Kustomize
Audit logging / rate limit ⚠️ ✅ Per-user logs, Cloudflare AI Gateway
License LGPL (client lib) Mixed (some MIT, some commercial) ✅ AGPL-3.0 (open, share-alike)

The shorter version: most other MCP-Odoo bridges are great for "one developer wants to talk to one Odoo." odoo-claude-mcp is for teams, agencies, and SaaS providers that need multi-user, multi-database, audited deployments with a unified AI surface.


🎨 Use Cases

For Odoo Developers

  • Live module development with Claude assisting directly on your running instance
  • RPC-based module deployment — update code, views, data without filesystem access
  • Multi-environment workflows — dev, staging, production from a single Claude session
  • OCA contribution flows — clone, search, test, submit PRs through Claude

For Odoo Consultants

  • Manage multiple client databases from one authenticated session
  • Per-client memory — Claude remembers context for each customer
  • Shared team knowledgememory_share distributes institutional know-how
  • НАП / Bulgaria localization — built-in tools for fiscal positions, VAT compliance

For Business Users

  • "Ask Claude about our sales data" — natural language queries against real Odoo records
  • Document extraction workflows — vision LLMs parse invoices into account.move
  • Semantic search — find similar records, contracts, tickets across the whole database
  • Email & calendar integration — Claude coordinates work across Odoo, Gmail, Calendar

For Platform Operators (SaaS / MSP)

  • Multi-tenant hosting — each client gets an isolated MCP endpoint
  • Billing integration — usage tracking per tenant via Cloudflare AI Gateway
  • White-label terminals — brand claude-terminal for your customers
  • Kubernetes scaling — scale MCP replicas independently based on load

🏗 Architecture

                        ┌──────────────────────────────┐
                        │   Claude.ai / Claude Code    │
                        │   Claude Desktop / IDE       │
                        └──────────────┬───────────────┘
                                       │ HTTPS + Token Auth
                                       ▼
        ┌──────────────────────────────────────────────────────────┐
        │              odoo-claude-mcp gateway                     │
        │  ┌────────────────────────────────────────────────────┐  │
        │  │  Unified MCP Router (server.py)                    │  │
        │  │  • Proxies to backend MCP servers                  │  │
        │  │  • Per-user profiles & connections                 │  │
        │  │  • Shared memory store                             │  │
        │  └────────────────────────────────────────────────────┘  │
        └──────────────────────────────────────────────────────────┘
                                       │
        ┌──────────────────────────────┴──────────────────────────────┐
        │                                                              │
   ┌────┴─────┐  ┌──────────┐  ┌──────────┐  ┌───────────┐  ┌────────┴──┐
   │ odoo-rpc │  │  ee-mcp  │  │ oca-mcp  │  │ github-mcp│  │portainer- │
   │   -mcp   │  │ (Odoo EE)│  │   (OCA)  │  │           │  │    mcp    │
   └──────────┘  └──────────┘  └──────────┘  └───────────┘  └───────────┘
   ┌──────────┐  ┌──────────┐  ┌────────────────┐
   │filesystem│  │ teams-mcp│  │claude-terminal │
   │   -mcp   │  │          │  │  (xterm + tmux)│
   └──────────┘  └──────────┘  └────────────────┘
                                       │
                      ┌────────────────┼────────────────┐
                      ▼                ▼                ▼
                 ┌────────┐       ┌─────────┐      ┌─────────┐
                 │  Odoo  │       │ Qdrant  │      │ Ollama  │
                 │ 15-19  │       │  VDB    │      │  LLMs   │
                 └────────┘       └─────────┘      └─────────┘

🧰 MCP Servers

Core: odoo-rpc-mcp

The flagship MCP server. 197+ MCP tools (92 native + 105 proxied across Portainer, GitHub, Teams, EE, OCA, filesystem) covering every aspect of Odoo development and operations.

Capabilities:

  • CRUD & Search: odoo_search_read, odoo_create, odoo_write, odoo_unlink, odoo_execute
  • Introspection: odoo_fields_get, odoo_list_models, odoo_module_info
  • Multi-connection: Switch between databases on the fly — odoo_connect, user_connection_activate
  • Web session support: odoo_web_login, odoo_web_call, odoo_web_export, odoo_web_report
  • File operations: odoo_attachment_upload, odoo_attachment_download, public_access_download
  • Reporting: odoo_report, public_access_report_pdf, public_access_report_xlsx
  • Portal access: public_access_portal_orders, public_access_portal_invoices, public_access_portal_tickets
  • Bulgaria l10n: odoo_fp_configure, odoo_fp_list, odoo_fp_details — fiscal positions tailored for НАП compliance
  • Translations ★ 2.10: odoo_list_translatable_fields, odoo_get_field_translations, odoo_translate_field (simple translate=True), odoo_translate_html (html_translate / xml_translate with extract/terms/replace modes). Version-aware (Odoo 16+ native JSONB API, <16 ir.translation fallback). Auto-ZWSP marks identical translations as "kept intentionally" so the website editor stops flagging them as untranslated.
  • Website snippets ★ 2.10: odoo_website_list_snippets, odoo_website_list_page_snippets, odoo_website_add_snippet, odoo_website_update_snippet, odoo_website_remove_snippet. Lxml-based HTML parsing with xpath substitutions — covers blog posts, website pages (via arch_db), product descriptions, mega-menus. Supports background image swaps, CTA insertions, position-relative placement (end/begin/after/before/replace).
  • AI integration: ai_tokenize_record, ai_search_similar, ai_collection_info — Qdrant vector embeddings per Odoo record
  • Memory system: Per-user and shared memory with memory_read, memory_write, memory_share, memory_pull
  • Google services: OAuth, Gmail search/read/send, Calendar CRUD
  • Telegram: MTProto client — send messages, search contacts, read dialogs
  • SSH & Git: Remote command execution, git operations

ee-mcp — Odoo Enterprise Tools

Tools specific to Odoo Enterprise workflows:

  • License validation & status checks
  • EE module repository management
  • Dependency analysis (CE + EE)
  • Selective EE module linking into CE addons paths
  • Conflict detection between Enterprise and OCA modules

oca-mcp — OCA Module Management

Deep integration with the Odoo Community Association ecosystem:

  • Clone individual OCA repos or oca-clone-everything
  • Search across all local OCA repos
  • Generate READMEs, icons, requirements.txt via oca-gen-*
  • Version migration via oca-migrate-branch
  • Changelog generation from newsfragments

claude-terminal — Browser-based Claude Code

A complete xterm.js + tmux + Claude Code setup running in a Docker container:

  • WebSocket gateway (gateway.js) with session isolation
  • Per-user tmux sessions that persist across reconnects
  • Themable terminal (see themes.json — includes Catppuccin, Dracula, Tokyo Night, Gruvbox, etc.)
  • Landing page (landing.html) for public deployments
  • Authenticated via the same token system as other MCP servers

Infrastructure MCPs

  • github-mcp — GitHub API wrapper (search code, issues, PRs, repos)
  • portainer-mcp — Docker/Kubernetes environment management
  • teams-mcp — Microsoft Teams messaging integration
  • filesystem-mcp — Scoped filesystem operations for AI agents

📦 Companion Odoo Modules & Theme

The MCP stack is paired with several Odoo modules and a website
theme
. Together they turn any Odoo instance into a fully MCP-aware,
multi-tenant, billing-ready AI workstation — with an optional editorial
website skin on top.

l10n_bg_claude_terminal — Odoo ↔ MCP integration (free / LGPL-3)

Odoo module that exposes MCP + Claude Terminal configuration as user
preferences and company settings. Works on Odoo 16, 18 and 19 (each
major series has a dedicated branch).

Repos:

🌍 Non-Bulgarian deployments? Use the international fork
rosenvladimirov/odoo-mcp-terminal
— same module, redistributed without the BG localization
dependencies (no НАП fields, no Bulgarian transliteration mixin).
Branches 16.0 / 18.0 / 19.0, AGPL-3.0. Recommended for any
Odoo instance outside Bulgaria.

What it adds to Odoo:

  • Per-user MCP endpoint + Bearer token config (Odoo UI → Preferences)
  • Per-user Odoo RPC connector (URL, DB, API key, protocol,
    verify_ssl flag with TOFU cert pinning)
  • Per-user Web Session credentials (for MCP's web session support)
  • Per-user Anthropic API key / OAuth token passthrough (billing
    account or Claude Pro/Teams/Max)
  • Telegram + Viber MTProto / bot token config
  • 18 terminal themes (Catppuccin, Dracula, Tokyo Night, Gruvbox, …)
  • Claude.ai OAuth login button → one-click auth to Claude API
  • Live refresh bus — MCP odoo_create / odoo_write triggers open
    form / list views to update in real time (no full reload)
  • Test Connections button — smoke-tests Odoo RPC + MCP + Web Session
    • Qdrant + Ollama in one click (sticky notifications)
  • Save to MCP button — register the user's Odoo alias into the MCP
    connection store without touching /data/connections.json manually
  • Dynamic XML-RPC db list — populates the Database dropdown from
    the Odoo instance's list_dbs() (multi-tenant friendly)

l10n_bg_ai_billing — SaaS billing module (OPL-1, paid)

Odoo module for hosting providers and BL Consulting tier management.
Tracks per-user MCP usage, calculates bills, provisions Portainer
stacks per tenant, ships licensed memory packs.

Repo:

What it adds:

  • 8 models: ai.billing.{bundle, tenant, usage.line, invoice.batch, skill.catalog, memory.pack, memory.deployment, tenant.addon}
  • Bundle pricing — Starter €49 / Business €129 / Professional €299
    / Enterprise €599 tiers with per-user / per-call / per-skill usage
    meters
  • Millicents precision ($0.00001) on usage lines — prevents the
    30–40% rounding loss common on cent-based billing
  • Portainer client wrapperportainer.client wizard creates a
    per-tenant MCP stack with auto-provisioned port, env, and network
  • AES-256 encrypted ZIP export (via pyzipper) of tenant config
    bundles for offline demos or DR backups
  • Skill catalogai.skill records with L1/L2/L3 disclosure tiers
  • Memory packs — versioned markdown playbooks distributable to
    tenants via MCP /admin/memory/upload endpoint
  • BG Trade Registry integration — fetches EIK / VAT / legal form
    from portal.registryagency.bg for tenant bootstrap
  • sale.order integration — selling a bundle SKU auto-provisions
    the tenant + deploys memory + activates skills
  • MCP Terminal addons — extra per-tenant features (dedicated
    subdomain, white-label branding)

Dependency on the MCP stack: uses the MCP_ADMIN_TOKEN endpoint
family (/admin/memory/*) added in odoo-rpc-mcp 2.8.0.

odoo-mcp-theme — Custom Odoo website theme (free / AGPL-3)

Editorial "paper" theme purpose-built for the MCP Works landing
site and any Odoo website that wants a clean, content-first
presentation. Used in production at mcpworks.net.

Repo:
rosenvladimirov/odoo-mcp-theme
· branch 19.0 · current: 19.0.x

What it ships:

  • OKLCH paper/ink + indigo colour system — perceptually-uniform
    palette that prints well, scans well, and adapts to dark mode without
    losing contrast
  • Custom snippets — pricing cards (5-tier layout), feature grids,
    setup-wizard CTAs, demo-link blocks, MCP architecture diagrams
  • Vertical timeline language switcher — replaces Odoo's default
    language dropdown with a sidebar timeline (works well for trilingual
    EN / BG / RU sites)
  • Editorial typography — measured for long-form posts, runs ≤ 70
    chars per line, optimised vertical rhythm
  • Fully #wrapwrap-scoped — no leakage into Odoo backend or
    Website Builder editor (avoids the $o-color-palettes-name global
    leak that breaks editor UI in older themes)

Installable on any Odoo 19 instance. Drop it into your addons path,
install via Apps, then assign in Website → Configuration → Themes.

Installation order

odoo-mcp-theme            ← optional: editorial website skin
l10n_bg_claude_terminal   ← every user of the MCP terminal
       ↓
l10n_bg_ai_billing        ← hosting providers / resellers / BL-tier ops

l10n_bg_ai_billing depends on l10n_bg_claude_terminal — installing
the billing module auto-pulls the terminal integration.
odoo-mcp-theme is independent and can be used with or without the
MCP stack.


☸️ Deployment

Kubernetes / K3s (recommended for production)

Full Kustomize-based deployment in k3s/:

k3s/
├── base/                    # Base manifests
│   ├── namespace.yaml
│   ├── configmaps.yaml
│   ├── secrets.example.yaml
│   ├── pvcs.yaml
│   ├── odoo-rpc-mcp.yaml
│   ├── ee-mcp.yaml
│   ├── oca-mcp.yaml
│   ├── github-mcp.yaml
│   ├── teams-mcp.yaml
│   ├── portainer-mcp.yaml
│   ├── filesystem-mcp.yaml
│   ├── claude-terminal.yaml
│   ├── qdrant.yaml
│   ├── ollama.yaml
│   └── ingress.yaml
└── overlays/
    ├── direct/              # NodePort + cert-manager-example
    └── prod/                # Ingress with TLS for public endpoints

Deploy:

cd k3s/overlays/prod
cp .env.example .env
cp ../../base/secrets.example.yaml secrets.yaml
# edit secrets.yaml with real values

kubectl apply -k .
kubectl -n odoo-claude-mcp get pods

See k3s/README.md for complete deployment guide including cert-manager, Cloudflare tunnels, and horizontal scaling.

Public deployment pattern

For Claude.ai connector access, the recommended production topology is:

Internet → Cloudflare (DNS + WAF) → Nginx reverse proxy → MCP gateway
                                                              │
                                                              ▼
                                                    Backend MCP servers

Token-based authentication on the gateway ensures only authorized Claude sessions connect. Cloudflare's Zero Trust or simple tunnel setup both work.


🔌 Claude.ai Connector

The stack is designed to be registered as a Custom Connector in Claude.ai (Team/Enterprise) or via the API.

Configuration:

  1. Deploy the stack with a public HTTPS endpoint (e.g., https://mcp.yourdomain.com)
  2. Generate a user token (see odoo_connect_cli.py or Qt GUI)
  3. In Claude.ai Settings → Connectors → Add Custom Connector:
    • URL: https://mcp.yourdomain.com/mcp
    • Auth: Bearer token
  4. The gateway will expose all MCP tools to your Claude conversations

Security features:

  • Per-user profile isolation (/data/users/{username}/)
  • Shared memory vs. personal memory separation
  • Connection-level access control (users only see their own Odoo connections)
  • All tool calls logged per user

🛠 Developer Tools

Beyond MCP servers, the repo includes standalone desktop and CLI tools:

Connection Manager

tools/odoo_connect_qt.py — PyQt6 desktop GUI for managing Odoo connections, SSH keys, and MCP endpoints. Cross-platform (Linux/Windows/macOS).

tools/odoo_connect.py — GTK4/Adwaita alternative for Linux/GNOME users.

odoo-rpc-mcp/odoo_connect_cli.py — Terminal CLI for CI/CD and scripting.

Module Analyzer

tools/odoo_module_analyzer.py — Analyzes Odoo module source for:

  • Manifest validation
  • Dependency graph extraction
  • Model relationships
  • View definitions
  • Security rules

GLB Viewer

tools/glb_viewer.py — 3D model inspection tool for the MRP Design Matrix workflows.

Windows Installer

Pre-packaged NSIS installer (packaging/windows/) produced automatically via GitHub Actions (.github/workflows/build-windows.yml).


📚 Documentation


🔐 Security

  • No credentials in code — all secrets via environment variables or Kubernetes secrets
  • Token-based MCP auth — no shared passwords
  • Per-user data isolation — filesystem and memory scoped to authenticated user
  • OAuth for third-party services — Google, GitHub, Telegram all use standard OAuth flows
  • Connection encryption — HTTPS/WSS everywhere in production deployments
  • Rate limiting — via Cloudflare AI Gateway or ingress controller
  • Audit logging — all MCP tool calls logged with user context

Reporting security issues: please email [email protected] rather than opening a public issue.


🌍 Bulgaria Localization

This project is maintained by the OCA l10n-bulgaria maintainer. Bulgarian-specific features are first-class:

  • НАП integration — fiscal position tax action maps, VAT reports
  • l10n_bg_* module family support — fiscal positions, VAT reports, payroll, HR
  • Образец 1 — monthly NAP declaration (Наредба №Н-13/2019)
  • Bulgarian partner identification — UIC/ЕИК, legal forms, NACE activity codes
  • Transliteration — BG ⇄ EN ⇄ GR mixin for partner names
  • НАП справка-декларация — SQL-engine based audit reports

See the Bulgaria-specific OCA modules for the complete ecosystem.


🛤 Two Tracks — Which Branch Do You Want?

This project ships on two parallel branches, each targeting a different
audience. Most users want Track 2.x; the 3.x track is for integrators
building hosted offerings on top of the stack.

🧑‍💼 Track 2.x — End Users (current stable, branch 2.0)

Who: Odoo end-users, accountants, Bulgarian SMEs, developers who work
with a single Odoo stack, content teams managing website/blog.

What you get:

  • All 188+ MCP tools for day-to-day Odoo work (CRUD, search, RPC,
    introspection, attachments, reports, web session)
  • Multi-language field management (odoo_translate_field +
    odoo_translate_html + 2 helpers — covers blog.post, product
    descriptions, website pages, arch_db) ★ new in 2.10
  • Website snippet management (list / add / update / remove
    snippets on blog posts and pages, with background image swaps and
    substitutions) ★ new in 2.10
  • Bulgaria localization (fiscal positions, VAT, НАП integration)
  • AI tokenizer (Qdrant + Ollama embeddings per Odoo record)
  • Memory system (shared + per-user + licensed memory packs)
  • Google / Telegram / Teams integration
  • Claude.ai connector — Bearer-token HTTPS endpoint ready

Docker tags: :latest, :stable, :2.x.y (current: 2.10.0)

Documentation: this README

🔧 Track 3.x — Implementers / Integrators (preview, branch 3.0)

Who: Odoo implementation partners, OCA community contributors,
SaaS MSPs running multiple client instances, integrator agencies.

What's planned (development — not production yet):

  • Admin lifecycle toolsodoo_module_install/upgrade/uninstall/ diff, odoo_config_apply, odoo_health_check, odoo_backup_db / restore_db
  • Industry skill packs — Manufacturing, Retail, Services, BG
    Localization, AI Accounting Assistant. Each pack = modules +
    ai.skill records + memory packs + pipeline steps.
  • Demo builder — one-command generator of fresh demo
    environments (mcp demo create --industry=... --seed=...).
    Tenant + Odoo DB + demo data + skills + memory in < 5 minutes.
  • Module dev + test toolkitodoo_module_scaffold / lint / test / install_from_path / explain, odoo_xml_validate.

Docker tags: :next, :3.x.y

Documentation: docs/integrator-platform.md
(coming soon — see project memory roadmap_integrator_platform.md
for the full 4-track spec)

Positioning: the 3.x track shifts buyer persona from the final
Odoo user to the integrator / partner / agency — giving them the
tools to deploy, configure, and demo Odoo + AI workflows for their
own clients at scale.


🗺 Roadmap

  • Billing module — native Odoo module for SaaS per-user MCP billing (in progress)
  • Multi-tenant dashboard — admin UI for managing hosted MCP instances
  • Skills marketplace — publish and subscribe to pre-built Odoo workflows
  • Invoice AI integration — direct account.move extraction from attachments
  • Audit log UI — searchable web UI for MCP tool call history
  • Self-healing connections — automatic retry with token refresh on auth failures

🤝 Contributing

Contributions welcome! This project follows OCA conventions:

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/amazing-thing)
  3. Follow PEP 8 / Odoo coding guidelines
  4. Add tests where applicable
  5. Submit a PR with a clear description

For large changes, please open an issue first to discuss approach.


📜 License

This project is licensed under the AGPL-3.0 license. See LICENSE for details.


🙏 Credits & Acknowledgements


⭐ Star History

Star History Chart

If this project helps you, please consider starring the repo — it helps others discover the work and motivates further development.


👤 Maintainer

Rosen Vladimirov — Partner, BL Consulting
Odoo Silver Partner · OCA l10n-bulgaria maintainer · 10+ years of Odoo specialization

📧 Email: [email protected]
🐙 GitHub: @rosenvladimirov
🏢 Company: Terraros Комерс ЕООД · Bulgaria


Made with ❤️ and ☕ in Bulgaria 🇧🇬

Yorumlar (0)

Sonuc bulunamadi