콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3690 화면

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
8874
1
11월 19
11815
7
7월 19
4900
0
2월 21
3032
3
3월 24
7000