odoo-pulse
An AI business analyst for your Odoo ERP. Ask one question, get one answer — numbers, highlights, risks, and a verdict (on-track / at-risk / off-track) — over the Model Context Protocol. CRUD bridges to Odoo already exist; this is the analytics layer that sits on top.
The analyst tools
Each tool answers a whole management question in a single call, returning a structured report with a verdict — not a raw dump you have to interpret.
| Tool | Answers |
|---|---|
business_pulse ⭐ |
The morning briefing: yesterday's sales, new leads, overdue invoices, late tasks, who's off — with a company-wide verdict |
pipeline_review |
CRM funnel by stage, stalled deals, weighted revenue, recent win rate |
sales_snapshot |
Revenue this period vs last (Δ%), top customers/products, stale quotations |
receivables_health |
AR/AP aging buckets, % overdue, top debtors |
inventory_risk |
Shortages (negative forecast) and dead stock |
absence_overview |
Who's off this week, pending approvals, thin-coverage departments |
procurement_watch |
Purchasing: late receipts, stale RFQs, open spend per vendor |
production_health |
Manufacturing: orders behind their planned start, stuck WIP |
project_profitability |
Projects: hours logged vs allocated, cost/revenue/margin, budget burn verdict |
team_workload · project_status_report · standup_digest |
Project delivery: overloaded members, at-risk projects, and a daily stand-up digest |
Every money-reporting tool takes an optional
company= filter and flags
mixed-currency totals instead of silently summing them; verdict cut-offs
(stalled %, overdue %, growth %) are parameters, so you can calibrate them
to your business.
Timezone semantics
All report tools take timezone_offset (default 7). Odoo stores datetime
fields in UTC; the tools shift them by timezone_offset hours before
bucketing by calendar day, and day windows in domains are expressed as UTC
datetime boundaries. Date-only fields (e.g. project.milestone.deadline,
invoice_date_due, project.task.date_deadline) are compared as-is.
Version-dependent fields
find_partner searches mobile only on instances that still have it (removed in Odoo 19), and list_timesheets reports an actionable error when hr_timesheet is not installed.
Under the hood it's the standard Odoo XML-RPC external API — nothing to install
inside Odoo, works on Odoo Online, Odoo.sh, and on-premise. Requires
Odoo 18+: the generic tools (search_read, read_records, …) still run on
older versions, but the report tools are not guaranteed there.
Try the playground
No Odoo account? Boot a demo Odoo pre-seeded with a story to tell (a stalled deal, a 90-day-overdue invoice, a stock shortage, someone off today):
docker compose -f docker-compose.playground.yml up -d
First boot pulls ~4 GB of images (Odoo + Postgres) and seeds the demo data —
allow 5-10 minutes depending on your connection. Then point Claude at it and
ask it to run business_pulse. Full walkthrough:
docs/playground.md.
Install & connect
Add it to Claude Code (no install step — uvx fetches it):
claude mcp add odoo-pulse \
--env ODOO_URL=https://acme.odoo.com \
--env ODOO_DB=acme \
--env ODOO_USERNAME=you@example.com \
--env ODOO_API_KEY=your-api-key \
--env ODOO_READ_ONLY=true \
-- uvx odoo-pulse
Generate the API key in Odoo under Settings → Users → (your user) → Account Security → New API Key. Config for Claude Desktop and Cursor, plus pip and Docker alternatives: docs/install.md.
Or one-click:
Read-only by default, safe writes when you want them
The server is read-only out of the box (ODOO_READ_ONLY=true). Writes require
four independent controls to line up: ODOO_READ_ONLY=false,
ODOO_WRITABLE_MODELS (a comma-separated model allow-list),
ODOO_ALLOW_DELETE=true additionally for deletes, and a per-call confirm=true
— every write tool returns a dry-run preview without it. System models are never
writable. Details: docs/tools.md#write-operations.
More tools
Beyond the analyst reports, there are ~60 model-aware query tools spanning CRM,
Sales, Inventory, Accounting, HR, Project, Manufacturing, PoS, and Enterprise
apps — opt in via ODOO_TOOL_GROUPS. Full catalogue and configuration:
docs/tools.md.
Testing
The suite mocks the XML-RPC layer, so no real Odoo or network is needed:
pip install -e ".[dev]"
pytest
For a live check against a real Odoo (read-only), see docs/tools.md#live-smoke-test-against-a-real-odoo.
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file odoo_pulse-1.5.0.tar.gz.
File metadata
- Download URL: odoo_pulse-1.5.0.tar.gz
- Upload date:
- Size: 229.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60e4b6196b890ab2880d32c023eacd7e2f15c2ba8e316370f8bb9bd8da7a3224
|
|
| MD5 |
4bb388c5029d61d4c7fe73e25ca0ab80
|
|
| BLAKE2b-256 |
4e485c97d4ab7f3cbb5023a3497254dad4252ab7dce2e5c270d66847d5b7e6bb
|
Provenance
The following attestation bundles were made for odoo_pulse-1.5.0.tar.gz:
Publisher:
release.yml on minhhq-a1/odoo-pulse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
odoo_pulse-1.5.0.tar.gz -
Subject digest:
60e4b6196b890ab2880d32c023eacd7e2f15c2ba8e316370f8bb9bd8da7a3224 - Sigstore transparency entry: 2141850799
- Sigstore integration time:
-
Permalink:
minhhq-a1/odoo-pulse@d25f257b0b4ad3c031b57ac3b43c61199974bea4 -
Branch / Tag:
refs/tags/v1.5.0 - Owner: https://github.com/minhhq-a1
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d25f257b0b4ad3c031b57ac3b43c61199974bea4 -
Trigger Event:
push
-
Statement type:
File details
Details for the file odoo_pulse-1.5.0-py3-none-any.whl.
File metadata
- Download URL: odoo_pulse-1.5.0-py3-none-any.whl
- Upload date:
- Size: 66.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e84f28a7fa8ae7b20d2e1c5079eaffc6bfdff81cb6dc322d8d329efd5a1130a7
|
|
| MD5 |
fbd86284644d27f7bc33097a114907f7
|
|
| BLAKE2b-256 |
e3f79b48184d08b728e031eef16aef44b23396cf6165735a896688d26f9ec5ea
|
Provenance
The following attestation bundles were made for odoo_pulse-1.5.0-py3-none-any.whl:
Publisher:
release.yml on minhhq-a1/odoo-pulse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
odoo_pulse-1.5.0-py3-none-any.whl -
Subject digest:
e84f28a7fa8ae7b20d2e1c5079eaffc6bfdff81cb6dc322d8d329efd5a1130a7 - Sigstore transparency entry: 2141850842
- Sigstore integration time:
-
Permalink:
minhhq-a1/odoo-pulse@d25f257b0b4ad3c031b57ac3b43c61199974bea4 -
Branch / Tag:
refs/tags/v1.5.0 - Owner: https://github.com/minhhq-a1
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d25f257b0b4ad3c031b57ac3b43c61199974bea4 -
Trigger Event:
push
-
Statement type: