Hello all,
I need to migrate on odoo 13 database to odoo 14.
I have created one database (migration-v13-14), in this I have installed only web module and then I just run the OpenUpgrade scrip such a this way:
./odoo-bin --addons-path=1addons,OpenUpgrade-14.0 -d migration-v13-14 --db-filter=migration-v13-14 --upgrade-path=OpenUpgrade-14.0/openupgrade_scripts/scripts/ --load=web,openupgrade_framework -u all
When I hit this command, I got log:
2021-02-22 06:57:41,218 17459 ERROR migration-v13-14 odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['web_diagram']
And when open the browser I got below error.
You can see this in below screenshot.
Hi,
The following blog will be helpful
https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade