Join the Odoo Inner Circle to view the premium video below.
Understanding the Odoo API - Mastering Odoo 9 Development Part 9
Topics
Introduction: Understanding the Odoo API - Mastering Odoo Development
0:00:01
Connecting to the Odoo API using xlmrpclib
0:02:15
Testing the connection to the Odoo API
0:08:28
Authentication and Odoo API security
0:10:50
Executing our first query through the Odoo API... using search_count
0:15:37
Learning how to filter data using the Odoo API
0:20:21
Importing data into Odoo using a CSV file and Python
0:30:39
Creating a more robust import routine to prevent duplicate records
0:41:47
Lookup and search for records using the Odoo API
0:51:53
Exercise: Update data using the Odoo API
1:00:54

Understanding the Odoo API - Mastering Odoo 9 Development Part 9

25.00 25.0 USD

25.00

Free with Odoo Inner Circle Add to Cart

Section 9: In this video we examine the primary ways to connect Odoo with other applications, import data, and access the models within Odoo remotely. You will learn how to use XML-RPC to search, write, and update data within Odoo's models.

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

This course is available on Udemy!

Odoo Class Subscribers can redeem their free Udemy coupon above  

Mastering Essential Odoo Development Skills

While using Odoo's can be useful to import some simple data sets it has extreme limitations.  First off, data coming from other systems is rarely organized in the same way as Odoo organizes data within the framework. Even just importing a simple customer list can be a challenge through standard CSV. A best case scenario is that you modify data extensively before importation so that it fits Odoo's structure.  Fortunately there is a better way.

In this video we explore Odoo's powerful API to integrate Odoo with other systems and specifically to import or update data within Odoo. Using XML-RPC you can use the API to translate and automate the importing of your data. In this video we even demonstrate how you can sync the data so that you can run your update routines over and over, changing only the data you wish to have changed. 

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.