Openerp 7 to Odoo 8 - how to convert the database

梦想的初衷 提交于 2019-12-20 06:42:11

问题


I am trying to migrate my openerp7 to odoo 8. Do you know how can I convert the database version 7 to newer version 8? thanks.


回答1:


Option 1: Ask odoo company to do it from openupgrade through a valid contract by paying them money

Option 2:Try using Import/Export option from csv file

Option 3:Use odoo etl tool link. You can find videos on you tube for odoo etl

Option 4: Use migration tool available from github link is here

Option 5: Use migration script use this link. If you are on ubuntu(Linux OS) you can try this link

Option 6: You can try python anybox.migration.openerp 0.9 package, here is the link



来源:https://stackoverflow.com/questions/30856233/openerp-7-to-odoo-8-how-to-convert-the-database

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