Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Monday, October 14, 2019

Configure PyCharm with Odoo

Today I am going to show you how to configure PyCharm with Odoo . PyCharm is an IDE, than can be used for development purpose. You can conf...

Tuesday, October 1, 2019

Connecting to odoo using XML-RPC

In this tutorial I will show you how to connect odoo by using XML-RPC. Before going directly into code I have to tell you about XML-RPC. Wha...

Monday, April 8, 2019

Multi-threading in Odoo

To use multi-threading in odoo we will use python threading module. Here remember that threads are different from processes. Threads run in ...

Tuesday, February 19, 2019

Python HTTP GET Request

In this tutorial I will show you how to get data from API using python HTTP GET request. And the API return response in XML. We will also re...

Sunday, January 6, 2019

Cara Install Python 3.7 Windows 10

Sekarang instalasi python di Windows 10 menjadi lebih mudah, karena pihak Python Software Foundation telah memutuskan untuk mengeluarkan ...

Tuesday, February 20, 2018

Python timedelta

A common scenario involving date and times involve performing mathematical operations on dates and times themselves. For example when you w...