You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
clone openugrade in branch 13.0
clone openupgradelib in master branch
install the other required pip dependencies
Create a database in v12 with a validated supplier invoice, on a separate odoo 12.
Run the 'odoo-bin.py' with update=all in openupgrade.
Current behavior:
The migration log only shows a migration log for the 'base' module. odoo.modules.migration: module base: Running migration [>13.0.1.3] pre-migration
All other modules are just updated.
Expected behavior:
For all modules the upgrade process is run. I expect a log entry 'Running migration' for each module.
Impacted versions: 13.0
Steps to reproduce:
clone openugrade in branch 13.0
clone openupgradelib in master branch
install the other required pip dependencies
Create a database in v12 with a validated supplier invoice, on a separate odoo 12.
Run the 'odoo-bin.py' with update=all in openupgrade.
Current behavior:
The migration log only shows a migration log for the 'base' module.
odoo.modules.migration: module base: Running migration [>13.0.1.3] pre-migration
All other modules are just updated.
Expected behavior:
For all modules the upgrade process is run. I expect a log entry 'Running migration' for each module.
Full log until module 'mail' is upgraded: https://pastebin.com/yV9bQ4CK
The text was updated successfully, but these errors were encountered: