Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3452 Vizualizări

Hi,

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


Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

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.




Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
mar. 21
8721
1
nov. 19
11497
7
iul. 19
4751
0
feb. 21
2929
3
mar. 24
6781