Skip to content

OdooPilot v0.1.0 — Initial Release

Choose a tag to compare

@arunrajiah arunrajiah released this 21 Apr 17:37
· 64 commits to main since this release

OdooPilot v0.1.0

First public release of OdooPilot — an open-source AI messaging bridge for Odoo Community.

What's included

  • Telegram channel (webhook mode, python-telegram-bot v20+)
  • 28 Odoo tools across 8 domains: inventory, sales, CRM, purchase, HR, accounting, project, helpdesk
  • Inline write confirmation — employees tap Yes/No before any data is mutated
  • 4 LLM providers: OpenAI, Anthropic, Ollama (self-hosted), Groq
  • Companion Odoo addon (mail_gateway_ai) — OCA-grade scaffold, installable on Odoo 17 Community
  • Audit log for every tool call
  • 43 tests, 65% coverage, CI green (ruff + mypy strict + pytest)
  • Docker Compose one-liner for local setup

Quickstart

git clone https://github.com/arunrajiah/odoopilot.git
cd odoopilot
cp .env.example .env   # fill in your Odoo URL, Telegram token, LLM key
docker compose -f examples/docker-compose.yml up

License

LGPL-3.0-or-later