Skip to Content
Menu
This question has been flagged
4 Replies
831 Views

What is the best way to get data from openERP7 to odoo12. Only contacts with notes and docs are important.

Avatar
Discard
Author

cannot comment!

Indeed, indeed but I thought since this would be common for odoo users. There must be a ready solution to use. Maybe some app that connects to the old and new and transfers data?


There is a module for that you can use: https://apps.odoo.com/apps/modules/8.0/base_synchro

You need to install the module in both the databases (v8 & v12).

Best Answer

There are lots of ways to just migrate/move data to another database.

You can do it with the custom script or CSV or migrate the whole database if you want every table.

There is a module for that you can use: https://apps.odoo.com/apps/modules/8.0/base_synchro

You need to install the module in both the databases (v8 & v12). So install v8 module in v8 database and v12 module in v12 database and then configure the objects and fields you want to migrate.

Avatar
Discard
Author Best Answer

Hmm, I am getting the impression the module is accessing these databases on the same database server. Or am I wrong and does it exchange data over this 8069 port with the other odoo server?

Currently I have to seperate odoo and postgres instances.

Exporting and importing one database to the other db server is not really a problem.

Avatar
Discard

This module just needs to connect the Odoo servers. That means you just have to pass a port on which Odoo/Openerp is running, user name and password.

You don't have to configure anything for the database. It does not matter where your database is.