Skip to content

Odoofly

The Professional Odoo DevOps Engine

Odoofly is an industrial-grade CLI orchestrator that transforms manual, error-prone Odoo management into a streamlined, high-performance DevOps pipeline — powered by Infrastructure as Code (IaC) and Docker.

# One-command deployment from blank server to production Odoo
pip install odoofly
of setup init --author "My Agency" --image odoo --version 18.0 --yes
of project new --name client1 --production --domain client1.com --yes
of env init main --up

Key Features

  • Zero-to-Odoo in minutes — scaffold projects, build images, launch containers
  • IaC manifestsproject.yml as single source of truth
  • Dev → Staging → Production — isolated environments per project
  • Traefik + Let's Encrypt — one-command TLS proxy deployment
  • Database tooling — clone, neutralize, anonymize with of db cpn
  • AI/CI-ready — every command supports --json and --yes flags
  • Auto-tuning — workers, memory, and kernel parameters calculated from server specs

License: AGPLv3 — GitHubChangelog