Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7953 Visualizzazioni

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


Avatar
Abbandona
Risposta migliore

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 

Avatar
Abbandona
Risposta migliore

Check this module

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

Avatar
Abbandona