What problem does it solve?
Automates and unifies the entire Odoo server lifecycle across local venvs, Docker deployments, and IDE configurations, eliminating manual setup, inconsistencies, and downtime.
Core Features & Use Cases
- Centralized lifecycle management across local virtual environments, Docker containers, and IDE configurations.
- Automated environment detection, configuration generation, and multi-version support (14-19).
- Docker orchestration: Dockerfile and docker-compose generation, container management, and volume handling.
- Full database operations: backup, restore, create, drop, and admin password reset.
- IDE integration: generate PyCharm and VSCode run/configuration artifacts for streamlined development.
- Module lifecycle: install, update, and scaffold Odoo modules from CLI or plugins.
- Multi-project support: manage multiple Odoo projects with different ports and databases.
Quick Start
Initialize a new Odoo project end-to-end by creating a venv, generating a conf, scaffolding a module, and launching the server in Docker or local mode.