Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
8070 มุมมอง

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/

อวตาร
ละทิ้ง