Mô tả

New Video Lecture added June 15th, 2021 - WSL Development Environment setup

WSL allows you to create a local ubuntu environment inside of Windows easily and efficiently. The new video added to the course walks you through the process.

New May 23, 2021 -  An updated build for Odoo 14 with some new cool features is now attached to the resources in the first lecture.

Mastering Odoo Development - Technical Fundamentals is a comprehensive Odoo Technical Training course from Odoo Class that is designed to take you from the beginning of installing Odoo all the way up to developing Odoo Applications. At the end of this course you will understand how the Odoo Framework fits together and have a strong foundation for building real Odoo applications.

The course now includes the complete application built in Odoo 14!

Also includes FREE ODOO 14 Installation Guide!

As the API has not changed fundamentally since Odoo 8... this course can be utilized in versions Odoo 8 to Odoo 14 with relatively small changes. 

If you are following along with the course you may wish to use Odoo 9 to make things just a bit easier. However, versions of Odoo development past Odoo 8 are very similar so you should be able to make the transition without too much difficulty.  

OdooClass continues to produce updated videos for Odoo and we hope in the future to bring more of them to the Udemy platform.

NOTICE - If you are an active Odoo Class subscriber, this video is included with your subscription. Please login to your Odoo Class subscription to get access to this course.

Odoo Class is recognized as the #1 source of Odoo Video Training and Workshops. If you Google for Odoo Class, you will quickly see that this is certainly not our first successful video course.

If you want to Learn to Customize Odoo  or become an Odoo Developer, you have come to the right place!

If you are looking to learn how to develop in Odoo or want a complete comprehensive course to help you fill in some of the missing pieces you have been picking up trying to self teach yourself Odoo development... this is the course for you!

We have created over 100 Odoo videos over the past two years. Now we've created the definitive Odoo Development Master Course and made it available here on Udemy.

Here are some testimonials from Odoo Class Video subscribers:

I just wanted to say that the videos are great and have really opened my eyes to the capabilities with Odoo.

- Joey K.

I recommend Odoo Class for anyone want to learn Odoo, they have a very high quality videos for both functional and technical

- Vyas S.

I find your videos real easy to follow and often revert back to them as a point of reference…

- Peter Y.

First off I want to comment on all of the quality video editions you have recently added to your library. They have been tremendously helpful and I have been recommending your service to many people.

- John P.

Now we have taken what we have learned from creating more than 100 video training courses for Odoo and brought that knowledge here to create our first Udemy full length course, Mastering Odoo 9 Development.

Remember, if you are an Odoo Class subscriber you already have access to this course as part of your subscription.

What makes this Odoo course special?

1. We make it easy for those that are new to programming

While it certainly will be a little easier for someone who already knows some Python, this course does not require you to have any previous knowledge of Python.

Even if you have virtually no experience in computer programming we walk you through learning the Odoo framework in such a way that even a relative beginner can understand. In fact we show you several ways you can customize Odoo without even writing a single line of Python code!

If you are new to Python, we teach you how to add fields to any Odoo model, customize Odoo views, and creating you own menus and actions. Already know Python? That will make it all the easier. Just because we assume you don't know Python doesn't mean the course moves slowly. Within the 30 minutes of finishing your Odoo install you will be on your way to customizing Odoo!

2. The course helps you get Odoo installed and developing RIGHT NOW!

Even if you have never used Ubuntu before, we show you the basics on how to get around Ubuntu and enter the required commands to setup an Odoo server right on your Windows machine. You learn how to setup your Ubuntu server with Odoo. Naturally if you have never setup Ubuntu, you may need to watch the video more than once, Google a few commands, or ask a few questions in our help forum. If you wish to run a production Odoo server you will need to supplement your skills. Still, if you don't know Ubuntu... this video will help you get started and you can follow along step-by-step with this course.

3. This Video is Designed to Help you Understand the Odoo framework

Instead of just showing you code examples we begin by going through the Odoo Framework and explaining how models, views and actions work together to make Odoo applications. You learn to customize Odoo without writing code making it easy to both understand the framework and prepare you for building powerful Odoo Applications.

We cover major development topics you will need for real Odoo customization and development.

  • Learn the power of the Odoo Framework

  • See how to customize Odoo applications without writing a single line of code!

  • Create your own Odoo Application from scratch

  • Learn to extend Odoo models with your own custom fields

  • Modify views to display the information the users require

  • Create your own custom search filters

  • Learn how to create your own custom menus.

  • Add functional fields to your models that can perform calculations

  • Learn how to use domain and context to limit data and create dynamic applications

  • Write utility scripts in Python to quickly translate and import data into Odoo

  • Learn how to modify Odoo reports

  • Get a solid foundation you can use to create powerful Odoo Applications

Will this video teach you everything you need to know about Odoo? No. The purpose is to give you a solid foundation and understanding of the Odoo framework and give you essential knowledge in Mastering Odoo Development.

4. Mastering Odoo Development uses a Real Business Example

While this is our first Udemy course, Odoo Class has created more than 100 professional Odoo videos. In all our video courses we always look at how to use Odoo to solve real world business problems. Unlike many video courses that just show you a set of disconnected examples or walk you through a tutorial that is already on other websites... this video is based on a real world example. Using a requirements driven approach we see how to extend product records with far more detailed information.

5. Updated Content - A strong foundation for becoming an expert Odoo Developer

This video course will continue to be updated to include all the important topics for becoming a solid Odoo Developer. With this course you will have a solid foundation to begin exploring more advanced topics and videos that we will produce both here on Udemy and on Odoo Class.

Please provide us feedback and additional content and future course videos we can continue to provide to the Odoo community.


Bạn sẽ học được gì

Yêu cầu

Nội dung khoá học

10 sections

Welcome to Mastering Odoo Development - Technical Fundamentals

1 lectures
Introduction
01:04

Setting up an Ubuntu Server and Installing Odoo 9

6 lectures
NEW! Setup WSL & Install Ubuntu 20.04
04:42
Downloading VMware virtual environment and Ubuntu 14.04 Desktop
05:41
Install Ubuntu 14.04
11:34
Finish updating Ubuntu and installing Postgres Server
10:52
Installing Odoo Dependencies
06:19
Downloading the Odoo 9 source code and starting the Odoo Server
11:25

Understanding the Odoo framework and basic Odoo customization

11 lectures
Introducing our development example and creating our development database
07:07
Understanding Odoo models using the Odoo Debug Mode
10:57
Learning more about Odoo models
06:11
Backup and Restore your Odoo Database
03:47
Understanding models in Odoo - Creating our first field
07:11
Understanding and modifying Odoo Views in Debug Mode
09:28
Add custom fields to tree views and learn to position fields in views
11:12
Learn about Odoo actions and how they work with models and views
05:24
Learn how Odoo menus, actions, and views fit together
08:38
Learn how to customize Odoo search views
10:21
Create a custom menu and action in Odoo
19:51

Create your first Odoo Application

6 lectures
Learn the fundamentals for creating an Odoo application in 10 minutes
09:09
Installing your custom Odoo Application
12:42
Adding a custom field to your Odoo application
13:23
Create a custom view to display your new field
18:23
Exercise: Add new fields to your Odoo model and Tree view
08:49
Add a customized form view to your Odoo application
13:47

Odoo Python Primer

6 lectures
Getting Started with Python Development
12:13
Learn to Import Libraries and Create Basic Loops
08:18
Creating and Looping through Lists in Python
05:56
Exercise: Create your own list of Toys in Python and Print them
02:45
Understanding the Basics of Python Dictionaries
11:52
Creating Custom Methods to Organize your Python Code
08:42

Improving your Odoo Development Skills

5 lectures
Installing Eclipse to Improve your Odoo Development Environment
12:15
Looking at the Odoo source code and Understanding the Odoo Framework
19:43
Adding a Custom Menu and Action to your Odoo Application
12:57
Learn to use Domain to Filter Records in Odoo Actions
07:42
Improve the Application Design using the Odoo Framework
14:08

Intermediate Odoo Development

8 lectures
Adding a New Model to your Odoo Application
14:47
Add a Menu and an Action to your New Odoo Model
12:05
Learn to use Related Models and Many2One Fields
13:17
Create a Custom Form for your New Models
08:46
Using a Notebook and Page to Display your Related Model
16:33
Learn How to Create Computed and Functional Fields
15:12
Exercise: Modify Compute Field and Create a Tree View
11:12
Improving your Tree View and Putting a Total in a Column
05:35

Expanding Your Odoo Application

7 lectures
Creating Two New Related Models in Your Application
19:35
Exercise - Create a new Menu and Action for your Model
05:35
Using View Inheritance to Add a Page to the Product Notebook
14:02
Using ir.model.access.csv to Configure Model Security
08:36
Adding a Related Field To Your Model
06:14
Creating a Computed Field with More Complex Calculations
14:30
Learn to use the OnChange Decorator to Create Dynamic Applications
08:42

Creating Custom Odoo Reports

3 lectures
Creating the Basic Template and Print Menu for your Custom Report
14:48
Updating Wkhtmltopdf to Eliminate Odoo Report Warning
04:21
Learn to Report Data from Related Models in Odoo Reports
11:23

Understanding the Odoo API

7 lectures
Learn to Connect to the Odoo API
10:48
Authenticating to the API and using search_count
09:34
Learn How to Filter Data using the Odoo API
10:16
Importing Data from a CSV File into Odoo
11:08
Improve your Import Routine to Prevent Duplicate Records
10:05
Search for Records using the Odoo API
09:02
Exercise - Update Data Using the Odoo API
10:26

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.