-
Introduction
-
- Join this Course to access resources
-
-
MODULE 1 — Odoo 19 & AI Architecture (Conceptual Foundation)
-
- Join this Course to access resources
- Quiz
-
-
MODULE 2 — PostgreSQL 17 for AI-Ready Odoo
-
- Join this Course to access resources
- Quiz
-
MODULE 3 — Odoo Database User & Ownership Model
-
- Join this Course to access resources
- Quiz
-
-
MODULE 4 — AI & Search Extensions (Core Differentiator)
-
- Join this Course to access resources
- Quiz
-
-
MODULE 5 — Performance Tuning for AI Workloads
-
- Join this Course to access resources
- Quiz
-
-
MODULE 6 — Odoo 19 AI Configuration & API Keys
-
- Join this Course to access resources
- Quiz
-
MODULE 7 — AI Agents (Intelligent Automation)
-
- Join this Course to access resources
- Quiz
-
MODULE 8 — AI Fields & AI Webpages
-
- Join this Course to access resources
- Quiz
-
MODULE 9 — Final Validation & Certification
-
- Join this Course to access resources
-
Lesson 3.1 — PostgreSQL Roles vs Odoo Users
Click on the "Edit" button in the top corner of the screen to edit your slide content.
Key Principle
Odoo requires:
- CREATEDB
- Full schema control
- Extension access
Dev vs Production
Environment | Role |
Development | Superuser |
Production | Least-privilege + controlled extensions |
Hands-On Lab
sudo -u postgres createuser -p 5433 --createdb --superuser --pwprompt odoo19
sudo -u postgres createdb -p 5433 -O odoo19 axm_project
Break/Fix Exercise
- Remove CREATEDB
- Restart Odoo
- Observe failure
Rating
0
0
There are no comments for now.
Join this Course
to be the first to leave a comment.
1.
What permission does Odoo critically require?