Odoo Versions
import { Aside } from ‘@astrojs/starlight/components’;
Deploy Monkey supports multiple Odoo versions so you can deploy the version that fits your needs.
Supported Versions
Section titled “Supported Versions”| Version | Status | Docker Image | End of Support |
|---|---|---|---|
| Odoo 19 | Latest | odoo:19 | ~October 2028 |
| Odoo 18 | Stable | odoo:18 | ~October 2027 |
| Odoo 17 | Stable | odoo:17 | ~October 2026 |
Choosing a Version
Section titled “Choosing a Version”Start a New Project → Odoo 19
Section titled “Start a New Project → Odoo 19”Use the latest version for new deployments. You’ll get the newest features and longest support timeline.
Existing Project → Match Your Current Version
Section titled “Existing Project → Match Your Current Version”If you’re migrating an existing Odoo instance, deploy the same version you’re currently running. Odoo does not support skipping versions during migration.
Third-Party Module Compatibility
Section titled “Third-Party Module Compatibility”Some third-party modules may not be available for the latest version immediately. Check with your module vendor before choosing a version.
Version Lifecycle
Section titled “Version Lifecycle”Each Odoo version follows a predictable lifecycle:
- Release — New major version released annually (usually October)
- Active support — Bug fixes and security patches for ~3 years
- End of life — No more updates; you should migrate to a newer version
Upgrading Between Versions
Section titled “Upgrading Between Versions”To upgrade your Odoo version:
- Create a staging environment with the target version
- Migrate your database using Odoo’s upgrade tools
- Test thoroughly — check custom modules, reports, and workflows
- Once verified, apply the upgrade to production
Docker Images
Section titled “Docker Images”Deploy Monkey uses the official Odoo Docker images from Docker Hub. These images include:
- The Odoo server application
- All standard Odoo modules
- Required system dependencies (wkhtmltopdf, fonts, etc.)
- Python dependencies
For Enterprise edition, Deploy Monkey builds a custom image that layers your Enterprise code on top of the official Community image.