How to migrate an Openerp v7 database to Odoo v8?

筅森魡賤 提交于 2019-12-05 19:53:38

You must do a data migration. That's not an easy task. You can use some of this migration tools:

  • OpenUpgrade.

  • Or you can use some ETL tool such as Odoo ETL

  • If you only want migrate some table you can export it in a CSV file and import it in Odoo choosing the right columns.

Using pgadmin3,we can export the tables and import in our desired database of version 8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!