Odoo Technical
-
Overview2Lessons · 28 min
-
Important Information
-
Install Python & Code Editor (All OSs)
-
-
Windows Setup3Lessons · 25 min
-
Install Python Windows
-
Install Editor Windows
-
Install Odoo Windows (exe Way)
-
-
Apple Mac Setup3Lessons · 29 min
-
Install Python Mac
-
Install Editor Mac
-
Install Odoo Mac (Docker Way)
-
-
Ubuntu/Linux Setup3Lessons · 49 min
-
Install Python Ubuntu
-
Install Editor Ubuntu
-
Install Odoo Ubuntu (Install Script Way)
-
-
Day 1 - Python Part 110Lessons · 1 hr 19 min
-
Your First Python Program
-
Free Preview
-
Variables
-
Receiving Input
-
Type Conversion
-
Strings
-
Formatted Strings
-
String Methods
-
Arithmetic Operations
-
Python Quiz 110 xp
-
-
Day 2 - Python Part 29Lessons · 1 hr 26 min
-
Operator Precedence
-
Math Functions
-
If Statements
-
Logical Operators
-
Comparison Operators
-
While Loops
-
For Loops
-
Nested Loops
-
Python Quiz 210 xp
-
-
Day 3 - Python Part 38Lessons · 1 hr 29 min
-
Lists
-
2D Lists
-
List Methods
-
Tuples
-
Unpacking
-
Dictionaries
-
Functions
-
Python Quiz 310 xp
-
-
Day 4 - Python Part 411Lessons · 1 hr 40 min
-
Parameters
-
Keyword Arguments
-
Return Statement
-
Exceptions
-
Classes
-
Constructors
-
Inheritance
-
Modules
-
Packages
-
Pypi and Pip
-
Python Quiz 410 xp
-
-
Day 5 - Odoo Basics8Lessons · 1 hr 8 min
-
Introduction
-
Install Odoo
-
Odoo Database Manager
-
Odoo Create Database
-
Login and Install Apps
-
Odoo Test Drive
-
Odoo CRUD Operations
-
Odoo Quiz No.110 xp
-
-
Day 6 - Odoo Configuration8Lessons · 1 hr 36 min
-
Odoo Developer Mode
-
Odoo Config File
-
Odoo log,restart,upgrade
-
Odoo Conf,Log,Restart,Upgrade (Ubuntu/Mac)
-
PostgreSQL and pgAdmin
-
Add module to custom addons
-
Add module to custom addons (Ubuntu/Mac)
-
Odoo Quiz No.210 xp
-
-
Day 7 - Building a Module7Lessons · 1 hr 32 min
-
Update Apps List
-
Manifest
-
Models and ORM Concept
-
Basic and Spacial Fields
-
Fields to Database Columns
-
Exercise No.1
-
Odoo Quiz No.310 xp
-
-
Day 8 - Some UI To Play With6Lessons · 1 hr 23 min
-
XML Tags and Records
-
Menus and Actions
-
Fields and Attributes
-
Review Odoo Opensource Code (Menus and Actions)
-
Exercise No.2
-
Odoo Quiz No.510 xp
-
-
Day 9 - Basic Views4Lessons · 58 min
-
View Record
-
Tree View
-
Form View
-
Search View
-
-
Day 10 - Relations Between Models5Lessons · 52 min
-
Building more models
-
Deigning views for the new models
-
Adding the menus and actions
-
Relations Between Models
-
Many2one
-
-
Practice Day #11Lessons · 1 hr
-
Real Estate Project Description
-
-
Day 11 - Computed Fields And Onchanges5Lessons · 1 hr 14 min
-
Many2many
-
One2many
-
Computed Fields Part 1
-
Computed Fields Part 2
-
Related Fields (Exercise)
-
-
Day 12 - Business Logic5Lessons · 1 hr 28 min
-
Onchange
-
Action Buttons
-
SQL Constraints
-
Python Constrains
-
Smart Buttons (Exercise)
-
-
Day 13 - View Tips and Tricks6Lessons · 1 hr 15 min
-
Inline Views
-
Widgets
-
List Sorting and Ordering
-
Attributes and Options
-
List Decorations
-
Search Default
-
-
Day 14 - Inheritance Part 15Lessons · 1 hr 10 min
-
Python Inheritance (Modify Existing Methods)
-
ORM CRUD Operations
-
Inherit ORM CRUD Methods
-
Traditional Inheritance
-
Open Inherited Model with Action and Menu
-
-
Day 15 - Inheritance Part 25Lessons · 57 min
-
Model Inheritance (Class)
-
Relation with Inherited Model
-
View Inheritance (Field-Simple)
-
View Inheritance (XPath-Advanced)
-
Model Inheritance (Prototype and Delegation)
-
-
Practice Day #21Lessons · 1 hr 30 min
-
Travel Agency Project Description
-
-
Day 16 - Interact With Other Modules Part 12Lessons · 57 min
-
Link Module
-
Smart Button
-
-
Day 17 - Interact With Other Modules Part 24Lessons · 59 min
-
Basic Invoice Creation using ORM Env
-
Invoice Creation with Field Values
-
Inherit Exisiting Odoo Customers
-
Link Patient Customer to Invoice
-
-
Day 18 - Advanced Views6Lessons · 1 hr 3 min
-
Graph View
-
Calendar View
-
Pivot View
-
Qweb Template Engine
-
Kanban View
-
Demo Data
-
-
Day 19 - Reports7Lessons · 1 hr 26 min
-
Report Action and Template
-
Show Basic Fields in Report
-
Show Relational Fields in Report
-
HTML Table in Report
-
Dynamic Table with t-foreach
-
Summary Report
-
Detailed Report
-