Openerp 7 to Odoo 8 - how to convert a database

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

0
source share
1 answer

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

Option 2. Try using the import / export option from the csv file

Option 3: Use the odoo etl link . You can find the video on the tube for odoo etl

Option 4. Use the migration tool available from the github link here

5: script . ubuntu (Linux OS),

6: python anybox.migration.openerp 0.9,

+1

Source: https://habr.com/ru/post/1611406/


All Articles