تخطي للذهاب إلى المحتوى
179,000.00 ج.س.
179000.0 SDG 179,000.00 ج.س.
179,000.00 ج.س.
المسؤول FireBits Sales
آخر تحديث 05 سبتمبر, 2024
وقت الإكمال يوم 16 ساعة 55 دقيقة
الأعضاء 11
متقدم Training Paid Odoo
  • Overview
    3الدروس · 28 د
    • معاينة مجانية
    • Important Information
    • Install Python & Code Editor (All OSs)
  • Windows Setup
    3الدروس · 25 د
    • Install Python Windows
    • Install Editor Windows
    • Install Odoo Windows (exe Way)
  • Apple Mac Setup
    3الدروس · 29 د
    • Install Python Mac
    • Install Editor Mac
    • Install Odoo Mac (Docker Way)
  • Ubuntu/Linux Setup
    3الدروس · 49 د
    • Install Python Ubuntu
    • Install Editor Ubuntu
    • Install Odoo Ubuntu (Install Script Way)
  • Day 1 - Python Part 1
    10الدروس · 1 س 19 د
    • Your First Python Program
    • معاينة مجانية
    • Variables
    • Receiving Input
    • Type Conversion
    • Strings
    • Formatted Strings
    • String Methods
    • Arithmetic Operations
    • Python Quiz 1
      10 xp
  • Day 2 - Python Part 2
    9الدروس · 1 س 26 د
    • 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
    8الدروس · 1 س 29 د
    • Lists
    • 2D Lists
    • List Methods
    • Tuples
    • Unpacking
    • Dictionaries
    • Functions
    • Python Quiz 3
      10 xp
  • Day 4 - Python Part 4
    11الدروس · 1 س 40 د
    • Parameters
    • Keyword Arguments 
    • Return Statement
    • Exceptions
    • Classes
    • Constructors
    • Inheritance
    • Modules
    • Packages
    • Pypi and Pip
    • Python Quiz 4
      10 xp
  • Day 5 - Odoo Basics
    8الدروس · 1 س 8 د
    • 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
  • Program MeetUps
    1الدروس · 32 د
    • Program MeetUp #1
  • Day 6 - Odoo Configuration
    8الدروس · 1 س 36 د
    • 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
    7الدروس · 1 س 32 د
    • 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
    6الدروس · 1 س 23 د
    • XML Tags and Records
    • Menus and Actions
    • Fields and Attributes
    • Review Odoo Opensource Code (Menus and Actions)
    • Exercise No.2
    • Odoo Quiz No.4
      10 xp
  • Day 9 - Basic Views
    5الدروس · 58 د
    • View Record
    • Tree View
    • Form View
    • Search View
    • Odoo Quiz No.5
  • Day 10 - Relations Between Models
    6الدروس · 52 د
    • Building more models
    • Deigning views for the new models
    • Adding the menus and actions
    • Relations Between Models
    • Many2one
    • Odoo Quiz No.6
      10 xp
  • Practice Day #1
    3الدروس · 2 س 15 د
    • Project #1 Description
    • Program MeetUp #2
    • Project #1 Solution
  • Day 11 - Computed Fields And Onchanges
    6الدروس · 1 س 14 د
    • Many2many
    • One2many
    • Computed Fields Part 1
    • Computed Fields Part 2
    • Related Fields (Exercise)
    • Odoo Quiz No.7
      10 xp
  • Day 12 - Business Logic
    6الدروس · 1 س 28 د
    • Onchange
    • Action Buttons
    • SQL Constraints
    • Python Constrains
    • Smart Buttons (Exercise)
    • Odoo Quiz No.8
      10 xp
  • Day 13 - View Tips and Tricks
    7الدروس · 1 س 15 د
    • Inline Views
    • Widgets
    • List Sorting and Ordering
    • Attributes and Options
    • List Decorations
    • Search Default
    • Odoo Quiz No.9
      10 xp
  • Day 14 - Inheritance Part 1
    6الدروس · 1 س 10 د
    • Python Inheritance (Modify Existing Methods)
    • ORM CRUD Operations
    • Inherit ORM CRUD Methods
    • Traditional Inheritance
    • Open Inherited Model with Action and Menu
    • Odoo Quiz No.10
      10 xp
  • Day 15 - Inheritance Part 2
    6الدروس · 57 د
    • Model Inheritance (Class)
    • Relation with Inherited Model
    • View Inheritance (Field-Simple)
    • View Inheritance (XPath-Advanced)
    • Model Inheritance (Prototype and Delegation)
    • Odoo Quiz No.11
      10 xp
  • Practice Day #2
    4الدروس · 3 س 49 د
    • Program MeetUp #3
    • Project #2 Description
    • Project #2 Solution Part 1
    • Project #2 Solution Part 2
  • Day 16 - Interact With Other Modules Part 1
    2الدروس · 57 د
    • Link Module
    • Smart Button
  • Day 17 - Interact With Other Modules Part 2
    5الدروس · 59 د
    • Basic Invoice Creation using ORM Env
    • Invoice Creation with Field Values
    • Inherit Exisiting Odoo Customers
    • Link Patient Customer to Invoice
    • Odoo Quiz No.13
      10 xp
  • Day 18 - Advanced Views
    6الدروس · 1 س 3 د
    • Graph View
    • Calendar View
    • Pivot View
    • Qweb Template Engine
    • Kanban View
    • Demo Data
  • Day 19 - Reports
    8الدروس · 1 س 26 د
    • 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
    • Odoo Quiz No.15
      10 xp
  • Day 20 - Security
    5الدروس · 1 س 2 د
    • Access Rights
    • Groups
    • Record Rules
    • Hide View Elements with Groups
    • Odoo Quiz No.16
      10 xp
  • Program MeetUps
    1الدروس · 17 د
    • Program MeetUp #4
  • Day 21 - External API
    6الدروس · 1 س 2 د
    • Web Services Concept
    • Web Controller (Create)
    • Web Controller (Search and Read)
    • Web Controller Route Attributes
    • Web Controller (Delete)
    • Odoo Quiz No.17
      10 xp
  • Day 22 - OWL Javascript Framework Part 1
    5الدروس · 1 س 2 د
    • OWL Framework Introduction
    • Old Odoo Javascript VS. OWL Framework
    • Build our First Owl Component
    • Variables, Change State and Define Onclick Listeners
    • Send Data to Child Components Via Props
  • Day 23 - OWL Javascript Framework Part 2
    3الدروس · 31 د
    • Diffrence Between t-esc and t-out
    • Call a Method in Parent Component from Child Components
    • Patching Javascript Components and Classes (Inheritance)
  • Practice Day #3
    2الدروس · 3 س 22 د
    • Final Project
    • Program MeetUp #5 (Last)
  • Exam
    1الدروس · 1 س
    • Final Exam