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

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

形象
丢弃
编写者

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).

最佳答案

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.

形象
丢弃
编写者 最佳答案

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.

形象
丢弃

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.