0

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 Answers1

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

Kiran
  • 1,481
  • 6
  • 36
  • 66