Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0] migrations are not triggered except for module base #2446

Closed
JordiBForgeFlow opened this issue Nov 22, 2020 · 4 comments
Closed

[13.0] migrations are not triggered except for module base #2446

JordiBForgeFlow opened this issue Nov 22, 2020 · 4 comments

Comments

@JordiBForgeFlow
Copy link
Member

JordiBForgeFlow commented Nov 22, 2020

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

@JordiBForgeFlow
Copy link
Member Author

cc @MiquelRForgeFlow this is very strange. Does it happen to you? Am I missing something here?

@legalsylvain
Copy link
Contributor

@JordiBForgeFlow do you have regular odoo/odoo branch in your addons path ?

@JordiBForgeFlow
Copy link
Member Author

Oh dear, you are right......

@legalsylvain
Copy link
Contributor

I lost some time with the same problem some weeks ago :-).
Note : this should not happen on 14, with #2440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants