Odoo API

Decoding XML-RPC: An In-Depth Look at Its Inner Workings and Practical Applications

First and foremost, XML-RPC stands as a powerful web communication protocol. Moreover, it plays a crucial role in facilitating seamless data exchange between various systems. In this blog, we will delve into the intricacies of XML-RPC, exploring its inner workings and shedding light on its practical applications. Understanding XML-RPC: To begin with, XML-RPC operates on …

Decoding XML-RPC: An In-Depth Look at Its Inner Workings and Practical Applications Read More »

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python

Odoo API Odoo is typically extended internally through modules, but many of its features and data are also accessible from the outside for external analysis or integration with various tools. A portion of the Models API is easily accessible via XML-RPC and can be accessed from a variety of languages. Signing in Odoo requires API …

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python Read More »