Overview
Odoo 19 is the most feature-rich release in Odoo's history, with over 608 community addons. The headline feature is the comprehensive AI suite with 14+ modules powered by LLM integration and pgvector-based RAG. This guide covers every major addition, change, and migration consideration.
AI Suite — The Headline Feature
Odoo 19 introduces a full AI platform built into the ERP. The base ai module provides agents, topics, embeddings, composers, and retrieval-augmented generation (RAG) using the pgvector PostgreSQL extension.
AI Modules
- ai — Base module: agents, topics, embeddings, RAG infrastructure
- ai_app — Full AI application with management UI
- ai_account — AI text drafting for accounting documents
- ai_crm — AI-powered lead creation from conversations
- ai_crm_livechat — AI lead generation from live chat
- ai_documents — AI-powered document auto-sorting
- ai_fields — AI-computed fields using LLM prompts
- ai_knowledge — AI text drafting for Knowledge articles
- ai_livechat — AI agents in livechat channels
- ai_website — AI website page generation
- sign_ai — AI for sign request messages
- voip_ai — AI call transcription and summaries
- hr_recruitment_ai — AI recruitment assistance
- web_studio_ai_fields — AI fields in Studio
The AI suite requires pgvector installed on your PostgreSQL server. The ai_auto_install module detects pgvector and automatically installs the base AI module.
ESG Suite — Sustainability Reporting
Eight new modules for Environmental, Social, and Governance reporting. The esg module tracks carbon emissions, while esg_csrd handles CSRD compliance with ESRS metrics and surveys. Bridge modules connect ESG data to HR, fleet, and project modules.
Equity Management
New equity module for managing security classes, transactions, cap tables, valuations, and Ultimate Beneficial Owner (UBO) tracking. Designed for companies managing ownership and investor relations.
Sale Commission
New commission platform with sale_commission, sale_commission_margin, sale_commission_subscription, and hr_payroll_sale_commission. Supports commission plans, targets, achievements, and payroll integration.
Infrastructure Changes
html_builder
The html_builder module replaces web_editor as the primary drag-and-drop builder for websites. This is a significant architectural change affecting custom website themes and snippets.
Module Renames
account_separenamed toaccount_iso20022hr_payroll_account_separenamed tohr_payroll_account_iso20022- Delivery connectors moved to REST variants:
delivery_dhl_rest,delivery_fedex_rest,delivery_ups_rest,delivery_usps_rest
Removed Modules
account_consolidation— no direct replacementsale_ebay— no replacementaccount_predictive_bills— superseded by AI suiteaccount_yodlee,account_plaid— useaccount_online_synchronizationaccount_taxcloud— useaccount_avatax
New Infrastructure
api_doc— auto-installed API documentation at/docrpc— extracted XML-RPC and JSON-RPC endpointspartnership— replaces oldmembershipmodule- ORM package split into discrete packages
Version Requirements
- Python 3.12+
- PostgreSQL 14+ (16+ recommended for pgvector)
- Ubuntu 22.04+ or 24.04
- Node.js 20+
DeployMonkey Advantage
DeployMonkey deploys Odoo 19 with pgvector pre-configured for AI features. Our AI agent leverages Odoo 19's native AI capabilities for automated ERP configuration — the first hosting platform to fully integrate with Odoo's AI suite.