Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
9488 Представления

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

Аватар
Отменить