Hello, I have a server with ubuntu and Odoo 10 and I'm trying to upgrade the odoo version as well as the database. I'm doing it on a proof server first. The steps I'm following are:
1) I upgrade the database with the web manager. Then, with the file migrate.py from the OpenUpgrade tool I upgrade the database to version 10 and I backup it.
2) I install Odoo 10 in the new server and it works.
3 When I try to restore the migrated database with the web manager I get the following: Database store error: 'store'. If I do it from the terminal with pg_restore it seems to go right, but when I select the database using the manager in the browser the server sends a 500 error and the last lines of the log file are:
'store': bool(field_data['store']),
KeyError: 'store'
How could I upgrade my installation if I'm not following the correct steps? I've also tried --upgrade all but it neither works. Thanks.