Skip to main content

AI-first Odoo development and CI tool with reusable database templates, powered by MCP

Project description

Tests Python 3.10+ Docker MCP Polyform Noncommercial License Odoo

Oduflow

An AI-first Odoo development and CI tool, powered by reusable database templates. Oduflow provisions isolated, ephemeral Odoo environments on Docker — one per git branch — and exposes them to AI coding agents via MCP, creating a closed feedback loop that enables fully autonomous Odoo development.

Beyond Vibe Coding: Spec-Driven Development

Vibe coding — chatting with an AI and eyeballing the output — was the first wave. It works for prototypes, but breaks down on real ERP systems where a module must install cleanly, pass tests, and work against production data.

Spec-Driven Development (SDD) is the next step: you write a precise specification of what the module should do, and the AI agent autonomously implements how — because it has a closed feedback loop with the running system:

┌─────────────────────────────────────────────────────┐
│                    AI Agent                          │
│          (Cursor, Cline, Amp, Claude, …)             │
└──────┬──────────────────────────────▲────────────────┘
       │ 1. Read spec                 │ 5. Read errors,
       │ 2. Write code                │    fix code,
       │ 3. Install module via MCP    │    retry
       │ 4. Click-test UI via         │
       │    Playwright MCP            │
┌──────▼──────────────────────────────┴────────────────┐
│               Oduflow (MCP Server)                    │
│  • install_odoo_modules → traceback or success        │
│  • run_odoo_tests → test pass/fail with details       │
│  • get_environment_logs → runtime errors              │
│  • upgrade_odoo_modules → upgrade output              │
├──────────────────────────────────────────────────────┤
│            + Playwright MCP / other tools              │
│  • Navigate Odoo UI, click buttons, fill forms        │
│  • Verify business logic end-to-end                   │
│  • Validate acceptance criteria from the spec         │
└──────────────────────────────────────────────────────┘

The agent writes code, installs the module, reads the traceback, fixes the error, retries — and when it installs cleanly, it can open the browser via Playwright MCP to click through the UI, verify business flows, and validate acceptance criteria — all without human intervention.

Vibe Coding Spec-Driven Development
Input Conversational prompts Formal specification with acceptance criteria
Feedback Human eyeballs the code System returns errors, test results, and UI state automatically
Iteration Human copy-pastes errors back Agent retries autonomously via MCP
Scope Single files, prototypes Full modules against real databases
Verification "Looks right" Module installs, tests pass, UI works on production data

Quick Start

1. Install

pip install oduflow

2. Configure

cp .env.example .env
# Edit .env — at minimum set paths and optionally ODUFLOW_AUTH_TOKEN

3. Initialize the system

oduflow init

4. Start the MCP server

oduflow

The server starts on http://0.0.0.0:8000 by default.

5. Connect an MCP client

Point your MCP client (Cursor, Cline, Amp, etc.) to http://<host>:8000/mcp.


Documentation

For full documentation, visit oduflow.dev or see the docs/ folder:


Licensing

Oduflow is source-available under the Polyform Noncommercial License 1.0.0. Commercial use requires a license — visit oduflow.dev.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oduflow-1.15.1.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oduflow-1.15.1-py3-none-any.whl (150.6 kB view details)

Uploaded Python 3

File details

Details for the file oduflow-1.15.1.tar.gz.

File metadata

  • Download URL: oduflow-1.15.1.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oduflow-1.15.1.tar.gz
Algorithm Hash digest
SHA256 202d1dca92a6dd8af1c7ea75e196f106e71f3907d1edf7cb0ef6b8cb393e31a0
MD5 bc30c72b352381bd1bda8e4633de754d
BLAKE2b-256 7432d825fcebacf5e6e483391ad343216c73fa6cd1601050f9f980034f4e8f27

See more details on using hashes here.

Provenance

The following attestation bundles were made for oduflow-1.15.1.tar.gz:

Publisher: publish.yml on oduist/oduflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file oduflow-1.15.1-py3-none-any.whl.

File metadata

  • Download URL: oduflow-1.15.1-py3-none-any.whl
  • Upload date:
  • Size: 150.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oduflow-1.15.1-py3-none-any.whl
Algorithm Hash digest
SHA256 97010355b2601e87c2134cf8c273a567b63ddb83970529cf7e349accc162c143
MD5 bdce4050223c68fe1c0d879b7af44acb
BLAKE2b-256 7b2e66b45fbc5f6a390c78a4b5080cda254c6ef1c75b7bc02ca2b4b3c660f7f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for oduflow-1.15.1-py3-none-any.whl:

Publisher: publish.yml on oduist/oduflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page