Join the Odoo Inner Circle to view the premium video below.
Create Your First Odoo Application - Mastering Odoo 9 Development Part 3
Topics
Introduction: Creating your very first odoo application
0:00:01
Make a directory and setup the file structure for your Odoo application
0:02:33
Creating the required Odoo files: __init__.py
0:04:10
Creating the __openerp__.py (now __manifest__.py) file
0:05:39
Creating the custom Python file for holding our models... dietfacts.py
0:08:01
Installing and troubleshooting your custom Odoo application
0:09:19
Adding a custom field to your Odoo application
0:22:05
Adding a custom view to your Odoo application
0:35:25
Exercise: Add new fields to your model and view
0:53:48
Adding a custom form view to your application
1:02:37

Create Your First Odoo Application - Mastering Odoo 9 Development Part 3

25.00 25.0 USD

25.00

Free with Odoo Inner Circle Add to Cart

Section 3: This section of Mastering Odoo 9 Development shows you how to create your first Odoo application from scratch. See step by step how to create a folder to hold your custom applications and create each of the required files to build a basic Odoo application. Learn how to add custom fields to Odoo applications and modify their views. If you have never created an Odoo application before... this video will show you how to get started making your very first Odoo application.

Video Length:   1:16 Hours
Free With Odoo Inner Circle

This course is now available on Udemy

Odoo Class Subscribers can redeem their free Udemy coupon above 

Do you want to learn to be an Odoo Developer?

Here at Odoo Class we have produced over 90 Odoo videos across a wide range of topics. From installing Odoo, developing for Odoo, or integrating all the various Odoo applications, here at Odoo Class we continue to strive and make videos that help our subscribers get the most out of Odoo.

Taking what we have learned from developer videos on Odoo 7, Odoo 8, and now Odoo 9... we have created the new Mastering Odoo 9 Development course designed to cover all the important fundamentals of developing Odoo applications. 

In this third section we get to the part that most people are looking forward to. Creating your first Odoo application. After completing section two in which we cover the Odoo framework it will now be a relatively easy step for you to begin creating your own Odoo applications. 

Creating your first Odoo Application

Often it can be intimidating creating your first Odoo application. Fortunately this video makes it easy even if you have never programmed in Python before or are a very beginning programmer. In the first part of the video our #1 goal is simply to create the framework for our Odoo application and get it installed.

The application won't do much, but it helps us in understanding the development process and making sure our application works before we make it more complicated.

Throughout the development of our application in this first video we test each step along the way. Before you know it you will feel comfortable making your own Odoo applications.

Customize Odoo Models and Views

At this point you will be well on your way to understanding how to update your Odoo application and test your changes. Because of our previous understanding of models you will now be comfortable inheriting from any model in Odoo and extending it with your own fields and customized views.

If you are new to Python and new to programming do not fear. While much of this material will be easier for those who already have programming experience in our next section you will get a fresh introduction to the basics of Python.  So much about successful Odoo development is understanding the framework and exactly why we have inherit statements in both our Python models and in our Python views. This video provides the foundation for modifying models and views that you will continue to build on your path to becoming an experienced Odoo Developer.

Why should I choose Mastering Odoo 9 Development?

First of all this course is comprehensive. Never used Ubuntu or written an Odoo application before? Not a problem. We start at the very beginning from setting up Odoo to creating your first Odoo application from scratch. We even include an Odoo Python Primer to help introduce you to the very basics of Odoo Development. As an Odoo Class Subscriber Mastering Odoo 9 Development is your foundation course for understanding more advanced Odoo Development videos. If you are new to Odoo Development, this is the first course you will want to watch.

Understanding Odoo Class Master Courses

With this new course we will be better identifying our more important video courses that we release on Odoo Class. These courses are foundation courses that have many hours of content to teach you the fundamentals of Odoo. Like our Odoo 9 Essentials course, this course provides you the fundamentals you need for developing Odoo 9 Applications. Future Odoo developer videos and courses will build on these essential Odoo developer topics.

Get Started Learning to Develop Odoo Applications

The entire purpose of this video course is to give you everything you need to get started developing applications in Odoo. Even if you don't have Odoo running on your computer... we have you covered and show you how to install a virtual Ubuntu Desktop right on your Windows machine. See step by step how to install Odoo with source code from git hub. See behind the scenes of the Odoo application and peek into how the Odoo framework fits together.