跳至内容
菜单
此问题已终结
2 回复
9470 查看

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.

形象
丢弃

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

最佳答案

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

形象
丢弃