79,000.00 ج.س.
79000.0 SDG 79,000.00 ج.س.
79,000.00 ج.س.
Responsible FireBits Sales
Last Update 18/08/2024
Completion Time 28:33
Members 2
  • Overview
    2Lessons · 28 min
    • Important Information
    • Install Python & Code Editor (All OSs)
  • Windows Setup
    3Lessons · 25 min
    • Install Python Windows
    • Install Editor Windows
    • Install Odoo Windows (exe Way)
  • Apple Mac Setup
    3Lessons · 29 min
    • Install Python Mac
    • Install Editor Mac
    • Install Odoo Mac (Docker Way)
  • Ubuntu/Linux Setup
    3Lessons · 49 min
    • Install Python Ubuntu
    • Install Editor Ubuntu
    • Install Odoo Ubuntu (Install Script Way)
  • Day 1 - Python Part 1
    10Lessons · 1 hr 19 min
    • Your First Python Program
    • Free Preview
    • Variables
    • Receiving Input
    • Type Conversion
    • Strings
    • Formatted Strings
    • String Methods
    • Arithmetic Operations
    • Python Quiz 1
      10 xp
  • Day 2 - Python Part 2
    9Lessons · 1 hr 26 min
    • Operator Precedence
    • Math Functions
    • If Statements
    • Logical Operators
    • Comparison Operators
    • While Loops
    • For Loops
    • Nested Loops
    • Python Quiz 2
      10 xp
  • Day 3 - Python Part 3
    8Lessons · 1 hr 29 min
    • Lists
    • 2D Lists
    • List Methods
    • Tuples
    • Unpacking
    • Dictionaries
    • Functions
    • Python Quiz 3
      10 xp
  • Day 4 - Python Part 4
    11Lessons · 1 hr 40 min
    • Parameters
    • Keyword Arguments 
    • Return Statement
    • Exceptions
    • Classes
    • Constructors
    • Inheritance
    • Modules
    • Packages
    • Pypi and Pip
    • Python Quiz 4
      10 xp
  • Day 5 - Odoo Basics
    8Lessons · 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.1
      10 xp
  • Day 6 - Odoo Configuration
    8Lessons · 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.2
      10 xp
  • Day 7 - Building a Module
    7Lessons · 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.3
      10 xp
  • Day 8 - Some UI To Play With
    6Lessons · 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.5
      10 xp
  • Day 9 - Basic Views
    4Lessons · 58 min
    • View Record
    • Tree View
    • Form View
    • Search View
  • Day 10 - Relations Between Models
    5Lessons · 52 min
    • Building more models
    • Deigning views for the new models
    • Adding the menus and actions
    • Relations Between Models
    • Many2one
  • Practice Day #1
    1Lessons · 1 hr
    • Real Estate Project Description
  • Day 11 - Computed Fields And Onchanges
    5Lessons · 1 hr 14 min
    • Many2many
    • One2many
    • Computed Fields Part 1
    • Computed Fields Part 2
    • Related Fields (Exercise)
  • Day 12 - Business Logic
    5Lessons · 1 hr 28 min
    • Onchange
    • Action Buttons
    • SQL Constraints
    • Python Constrains
    • Smart Buttons (Exercise)
  • Day 13 - View Tips and Tricks
    6Lessons · 1 hr 15 min
    • Inline Views
    • Widgets
    • List Sorting and Ordering
    • Attributes and Options
    • List Decorations
    • Search Default
  • Day 14 - Inheritance Part 1
    5Lessons · 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 2
    5Lessons · 57 min
    • Model Inheritance (Class)
    • Relation with Inherited Model
    • View Inheritance (Field-Simple)
    • View Inheritance (XPath-Advanced)
    • Model Inheritance (Prototype and Delegation)
  • Practice Day #2
    1Lessons · 1 hr 30 min
    • Travel Agency Project Description
  • Day 16 - Interact With Other Modules Part 1
    2Lessons · 57 min
    • Link Module
    • Smart Button
  • Day 17 - Interact With Other Modules Part 2
    4Lessons · 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 Views
    6Lessons · 1 hr 3 min
    • Graph View
    • Calendar View
    • Pivot View
    • Qweb Template Engine
    • Kanban View
    • Demo Data
  • Day 19 - Reports
    7Lessons · 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