This question has been flagged
1 Reply
4605 Views

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.

Avatar
Discard
Best Answer

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.

Avatar
Discard