I have a dump file of database backup(openerp-7). Now I want to continue my work in Odoo, the database is in openerp-7 format so I am not able to restore it in Odoo. How to convert this database to Odoo version in order to start working on it?
相关问题
- Disable drag and sort features on kanban columns v
- How to create indexes with conditions in Oracle 12
- “relation already exists” after adding a Many2many
- Configuration of Google spreadsheets with Odoo
- How to remove implied ids from group in odoo?
相关文章
- installing Reportlab (error: command 'gcc'
- How to auto login in Odoo's Web-module for res
- How add a function in openERP 7?
- Addition in General Settings of Odoo
- Operation prohibited by access rules when creating
- Odoo loading javascript files in version 8?
- Can I inherit from a standard report in OpenERP?
- How to assign current date to a date field in odoo
Using pgadmin3,we can export the tables and import in our desired database of version 8
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.