odoo-deployment

Plan and execute Odoo production deployments across versions 17, 18, and 19.

1|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/halim-23/odoo-dev-plugin --skill odoo-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odoo-deployment
Source: https://github.com/halim-23/odoo-dev-plugin/tree/main/skills/odoo-deployment
Command: npx skills add https://github.com/halim-23/odoo-dev-plugin --skill odoo-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams plan, configure, and operate reliable Odoo deployments across multiple versions (17/18/19), covering best practices for production environments.

Core Features & Use Cases

  • Odoo.sh branch strategy and deployment workflows for private repositories.
  • Self-hosted VPS and Docker-based deployments with proper addons and configurations.
  • Backup, restore, upgrade, and high-availability strategies across environments.

Quick Start

Configure a production-ready Odoo 18 deployment on a VPS with nginx and PostgreSQL, and enable the systemd service using the provided configuration.

Frequently Asked Questions about odoo-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a production-ready Odoo 18 deployment on a VPS?

To configure a production-ready Odoo 18 deployment on a VPS, you need to properly set up PostgreSQL, configure the odoo.conf file, enable the systemd service, and route traffic through an nginx reverse proxy with SSL.

What is the best way to deploy Odoo across versions 17, 18, and 19?

The best way to deploy Odoo across versions 17, 18, and 19 involves following standardized workflows that ensure correct configuration of odoo.conf, systemd services, and nginx, tailored for Odoo.sh, self-hosted VPS, Docker, or on-premise scenarios.

How do I safely upgrade and backup an Odoo production environment?

To safely upgrade and backup an Odoo production environment, you must execute safe upgrade workflows and backup procedures that protect PostgreSQL data before applying changes across your active deployment.

Does Odoo deployment work with Docker and systemd configurations?

Yes, Odoo deployment works with Docker for containerized environments and systemd for self-hosted VPS setups, ensuring correct service management and proper configuration of your Odoo instances across different infrastructure strategies.

When do I need to configure nginx and SSL for my Odoo deployment?

You need to configure nginx and SSL for your Odoo deployment when exposing the application to the internet on a self-hosted VPS or on-premise server, ensuring secure traffic routing and proper reverse proxy operations.