-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[15.0][FIX] upgrade_analysis: new modules cannot be merged/renamed in same version #3142
[15.0][FIX] upgrade_analysis: new modules cannot be merged/renamed in same version #3142
Conversation
Hi @StefanRijnhart, @legalsylvain, |
Thanks for putting the detailed explanation in the PR but can you put in in the commit message as well, and maybe a comment or extra clarification in the docstring? |
…version Issue: v14 has OCA's 10n_eu_oss (https://github.com/OCA/account-fiscal-rule/tree/14.0/l10n_eu_oss), which is renamed in v15 to l10n_eu_oss_oca (https://github.com/OCA/account-fiscal-rule/tree/15.0/l10n_eu_oss_oca) due to new module Odoo's 10n_eu_oss (https://github.com/odoo/odoo/tree/15.0/addons/l10n_eu_oss). Thus, it doesn't makes sense to have in the coverage file the row `|[new] 10n_eu_oss | |Renamed to l10n_eu_oss_oca|`.
30efad9
to
52545af
Compare
@StefanRijnhart done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at a7bcff7. Thanks a lot for contributing to OCA. ❤️ |
Explanation of first commit: v14 has OCA's
10n_eu_oss
(https://github.com/OCA/account-fiscal-rule/tree/14.0/l10n_eu_oss), which is renamed in v15 tol10n_eu_oss_oca
(https://github.com/OCA/account-fiscal-rule/tree/15.0/l10n_eu_oss_oca) due to new module Odoo's10n_eu_oss
(https://github.com/odoo/odoo/tree/15.0/addons/l10n_eu_oss). Thus, it doesn't makes sense to have in the coverage file the row|[new] 10n_eu_oss | |Renamed to l10n_eu_oss_oca|
.Second commit it's obvious, we don't want OU modules appearing in the coverage file.