跳至内容
菜单
此问题已终结
2 回复
2768 查看

Hi,

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


Thanks

形象
丢弃
最佳答案

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.




形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
2
3月 21
8199
1
11月 19
10832
7
7月 19
4267
0
2月 21
2552
3
3月 24
6035