[IMP] server_environment: module uninstallation - #275
Merged
OCA-git-bot merged 1 commit intoAug 19, 2026
Conversation
gurneyalex
force-pushed
the
17.0-server-env-module-uninstall
branch
from
June 29, 2026 07:23
91047bc to
e66e024
Compare
gurneyalex
force-pushed
the
17.0-server-env-module-uninstall
branch
from
June 29, 2026 07:25
e66e024 to
0648ffd
Compare
ivantodorovich
approved these changes
Jun 30, 2026
yankinmax
approved these changes
Aug 19, 2026
1 task
Contributor
|
Hello @simahawk can you pls take a look and possibly trigger merge? |
Contributor
|
Hello @lmignon can you pls take a look at this PR and possibly trigger merge? |
Add a helper to manage the restoring of the database columns when a module using `server_environment` is uninstalled or the dependency on `server_environment` is dropped. Document how to use the helper in an uninstall script or in an upgrade script (if a new version of the addon drops the dependency).
yankinmax
force-pushed
the
17.0-server-env-module-uninstall
branch
from
August 19, 2026 14:19
0648ffd to
078d505
Compare
lmignon
approved these changes
Aug 19, 2026
Contributor
|
/ocabot merge patch |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at c809a7e. Thanks a lot for contributing to OCA. ❤️ |
Open
3 tasks
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.
Add a helper to manage the restoring of the database columns when a module using
server_environmentis uninstalled or the dependency onserver_environmentis dropped.Document how to use the helper in an uninstall script or in an upgrade script (if a new version of the addon drops the dependency).
This is a backward port of #261