Odoo For Programmers - (Intermediate/Advanced) (V17, V18)
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.68 GB | Duration: 10h 16m
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.68 GB | Duration: 10h 16m
Enhance your Odoo programming knowledge
What you'll learn
Learn to set up Odoo on Windows with the necessary tools, virtual environment, and Nginx configuration.
Master custom app structures and manipulate data using mapped(), filtered(), and sorted().
Set up Odoo on Linux, including environment configuration and deploying with Nginx.
Execute raw SQL queries within Odoo to enhance data retrieval and performance.
Build powerful filters and logic using domains, scheduled actions, and shell-based testing.
Implement robust access control using record rules, user groups, and model-level permissions.
Pass data dynamically through context and manage multi-company environments.
Create and secure HTTP and JSON endpoints, and test them using Postman.
Enable chatter in views to track activity and send custom system messages.
Requirements
Basic python knowledge
Basic Odoo knowledge (Models, fields and views creation)
Description
Take your Odoo development skills beyond the basics with this Intermediate to Advanced Odoo Programmer Course — designed for developers ready to build more powerful, efficient, and secure business applications. Whether you're working on client projects or enterprise-grade implementations, this course equips you with the skills needed to thrive in the Odoo ecosystem.We begin with step-by-step guides for installing Odoo on Windows or Linux, ensuring you’re comfortable working across environments. You’ll learn how to configure virtual environments using virtualenv, set up Nginx for production-ready deployments, and optimize your development workflow with essential tools.Next, you'll dive deep into Odoo record management. Learn how to structure custom apps and use advanced recordset methods like mapped(), filtered(), and sorted() to process data efficiently and elegantly.When performance is critical, you’ll explore Direct SQL Techniques to enhance data access speed. Learn how to use raw SQL queries in server actions, fetch records quickly, and combine SQL with Odoo’s ORM for maximum flexibility.The course then moves into advanced domain usage, showing you how to craft powerful filters in search views, create chained domains, and leverage scheduled actions. You’ll also use the Odoo shell to test and refine domain logic on the fly.Security is key in any ERP system, and you’ll gain expert-level knowledge of record rules, user groups, and permissions, allowing you to lock down your apps and control access with precision.You'll then master the use of context and global variables to pass dynamic data between components, and handle multi-company setups, giving your apps enterprise-level capabilities.In the Controllers and APIs section, you’ll learn to build and secure custom HTTP and JSON endpoints, test them with Postman, and handle external data integrations safely and efficiently.Finally, we cover the Chatter system — a powerful tool for tracking record changes, logging messages, and improving internal communication within Odoo apps.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Windows Installation
Lecture 2 Installing and configuring tools
Lecture 3 Virtual environment setup
Lecture 4 Domain and certificate configuration
Section 3: Linux Installation
Lecture 5 Installing and configuring tools
Lecture 6 Virtual environment setup
Lecture 7 Domain and certificate configuration
Section 4: Record management
Lecture 8 Custom appliacation structure
Lecture 9 Function Mapped()
Lecture 10 Function filtered()
Lecture 11 Function sorted()
Section 5: Direct SQL
Lecture 12 Server actions and SQL searches
Lecture 13 Fetching records
Section 6: Domains
Lecture 14 Using Odoo's shell
Lecture 15 Domains on search views
Lecture 16 Scheduled actions
Lecture 17 Chained domains
Section 7: Security
Lecture 18 Advanced record rules
Lecture 19 Access groups
Lecture 20 Security in model functions
Section 8: Configuration settings and Context
Lecture 21 Creating a configuration setting
Lecture 22 Context variables
Lecture 23 Multi-company management
Section 9: Controllers and API
Lecture 24 Postman installation
Lecture 25 Creating an endpoint (HTTP)
Lecture 26 Creating an endpoint (JSON)
Lecture 27 Authentication methods
Section 10: Tracking changes
Lecture 28 Adding the chatter
Lecture 29 Logging custom message
Lecture 30 Summary and congratulations
Odoo programmers with basic experience on the ERP