Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3311 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
bře 21
8604
1
lis 19
11388
7
čvc 19
4641
0
úno 21
2869
3
bře 24
6625