[18][MIG] server_environment_data_encryption#226
Merged
OCA-git-bot merged 36 commits intoOCA:18.0from Apr 3, 2025
Merged
Conversation
…f the button does not change randomly
…to 14.0 note: exclude tests/fixtures from pre-commit check
Fallback to normal server env behavior and log a warning.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-env-14.0/server-env-14.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-14-0/server-env-14-0-server_environment_data_encryption/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-env-16.0/server-env-16.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_data_encryption/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-env-16.0/server-env-16.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_data_encryption/
Currently translated at 100.0% (5 of 5 strings) Translation: server-env-16.0/server-env-16.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_data_encryption/es/
Currently translated at 100.0% (5 of 5 strings) Translation: server-env-16.0/server-env-16.0-server_environment_data_encryption Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_data_encryption/it/
…of the running env
5ebef16 to
38b623a
Compare
bguillot
approved these changes
Apr 2, 2025
|
Code review + test |
hparfr
approved these changes
Apr 3, 2025
Contributor
hparfr
left a comment
There was a problem hiding this comment.
Tested with mail_environment, works as expected
rvalyi
approved these changes
Apr 3, 2025
Member
|
/ocabot merge nobump |
Contributor
|
What a great day to merge this nice PR. Let's do it! |
Contributor
|
Congratulations, your PR was merged at 7d6a476. Thanks a lot for contributing to OCA. ❤️ |
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.
Standard migration
There is some changes in the module because it seems that custom context (
environmentkey here) are not passed toget_viewsmethod.Because of this, we can't manage a different key for the ormcache to manage 1 different view per environment.
So the strategy here is to build a single view with all environment buttons/alert with
invisibleattributes depending on the context.