[12.0][MIG][ADD] openupgrade migrations#99
Open
vvrossem wants to merge 9 commits into
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## 12.0 #99 +/- ##
==========================================
- Coverage 59.40% 55.49% -3.91%
==========================================
Files 119 100 -19
Lines 4069 3546 -523
Branches 618 564 -54
==========================================
- Hits 2417 1968 -449
+ Misses 1549 1500 -49
+ Partials 103 78 -25 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
remytms
force-pushed
the
12.0-openupgrade
branch
from
August 19, 2020 14:26
7a8fc8a to
783c3e3
Compare
Contributor
|
@vvrossem I think that it has been used for two or three migration. Can we go for merging it ? |
Contributor
Author
|
@remytms ok to merge ? |
Contributor
|
@remytms can we merge this ? |
Member
|
We should no merge this PR as it will force to install So do no merge this PR. It stands here to not remove the 12.0-openugrade branch. |
huguesdk
force-pushed
the
12.0-openupgrade
branch
from
May 13, 2022 12:15
783c3e3 to
4361523
Compare
…igration Previously, for some reason, these did not default to True, or somehow lost their truthiness during migration from v9 to v12. Whatever the case, this should make sure that doesn't happen. Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
huguesdk
force-pushed
the
12.0-openupgrade
branch
from
April 16, 2025 08:57
890f14f to
8545501
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
THIS PR IS NOT TO BE MERGED
The
12.0-openupgradebranch is used for OpenUpgrade migrations.easy_my_coop
This solves the critical error
duplicate key value violates unique constraint "res_groups_name_uniq"raised when using openupgrade.This error is due to the fact that
group_energiris_userhas been renamed asgroup_easy_my_coop_userandgroup_energiris_manageringroup_easy_my_coop_managerwebsite_recaptcha_reloaded
9.0 -> 12.0