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

How I can do data Integration with ORACLE database ?

I have scenario where I have to get sales order from an other database in  oracle.


Thanks for your help


아바타
취소
베스트 답변

1- You need to create a new Odoo module

Create Odoo Module 

2-Write the python code that makes the connection to Oracle Database 

Python Oracle

3- send the data to sale.order model in Odoo using the API create method 

아바타
취소
베스트 답변

Check this module

https://apps.odoo.com/apps/modules/10.0/base_external_dbsource_oracle/

아바타
취소