What is the best way to get data from openERP7 to odoo12. Only contacts with notes and docs are important.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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).