In this article, you will learn how to sync or integrate odoo13 from odoo8. The purpose of doing this, we are going to insert a record from odoo8 to odoo13. To achieve this functionality we have to use Odoo Web Services API.
Odoo Web Services API (XML-RPC)
Sync odoo8 to odoo13 odoo requires users of the API to be authenticated. Below are the steps to connect and insert records from odoo 8 to odoo 13.
Recommend:
Connecting to Odoo from third party apps using XML-RPC
Odoo Web Controller
- Make a Connection to authenticate API user
- Search records in Od0013 model (if records do not exist then insert the record)
- Insert or create a new record from odoo8 to odoo13
1 Comments
I'm trying to integrate a form from html website to odoo via GET/POST so that html file will send the data to odoo and save in odoo, displayed in odoo module. Can I achieve it?
ReplyDelete