Skip to Content

Setup Guide

Setup Guide

This page summarizes a typical Odoo 19 development setup for custom addons.

Requirements

  • PostgreSQL 14+ with pgvector for hybrid documentation search
  • Python 3.10+ matching your Odoo deployment
  • A clone of Odoo 19 sources and your custom addons path

Custom addons path

Place modules under `03_custom-addons/01_custom_app/` and install with:


odoo-bin -d mydb -i my_module --stop-after-init

Upgrade workflow

After code changes, upgrade the module and verify logs:


odoo-stack dev2 oru-quick ev_19

Public docs site

When `website` is installed, published guides appear under `/odoo-docs/docs/` and components under `/odoo-docs/components/`.

Source: https://www.odoo.com/documentation/19.0/administration/on_premise/source.html