Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
3544 Näkymät

Hi,

I want to know how can I integrate some software solutions with odoo such as reading data inside odoo from another system


Thanks

Avatar
Hylkää
Paras vastaus

1. Develope an API for your external application. Your API must read data and write it if is necessary.

2. Embed the code inside the desire modules for integrate the other app in odoo 

Example update price of products from other app. When odoo "open" the data of some product, first read the "api-from-other-app", compare prices and update it.




Avatar
Hylkää
Paras vastaus

Hi,

For such integrations, normally we will design our own tool in Odoo. Suppose for example if you need to read data from MsSQL db and create records in Odoo, you have to built such a tool.

A module which utilizes the python libraries like pymssql and connect to the other software fetch data and using odoo orm methods, create records in Odoo tables.


Thanks

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
2
maalisk. 21
8789
1
marrask. 19
11652
7
heinäk. 19
4789
0
helmik. 21
2959
3
maalisk. 24
6854