Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5580 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

No, Postgres only. If you want Odoo to pick data from other sources, you can use the APIs. However, it is first and foremost a data structure problem and not a database problem. If you want to use Odoo or any other ERP system, you will have to migrate your data from your legacy system/database into Odoo (or any other ERP system). If you don't want to do that, you should develop your own system.

Awatar
Odrzuć