Skip to Content
Menu
This question has been flagged
2 Replies
8715 Views

Hi Guys,

         I want to know whether the odoo support database other than postgresql. the reason is my company maintaining master data as a reference in oracle database. so i want odoo pick that data totally from oracle and not from postgresql. i dont want to use copy the data from oracle to postgresql because the enormous amount of data we maintain so waste the process time.

Is it possible mean please give solution.

Avatar
Discard

As i know, odoo framework is build in postgres so that is not away to link odoo directly with oracle without copy of data

Best Answer

The answer is NO. But you can use the APIs and the connector framework in order to access or sync data from other sources:

- http://odoo-connector.com/ (Attention: there is an Indiegogo-Campaign running for the migration of the framework to 9.0)

- https://www.odoo.com/documentation/9.0/reference/orm.html

Avatar
Discard