-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
[17.0][MIG] server_environment_ir_config_parameter: Migration to 17.0 #170
[17.0][MIG] server_environment_ir_config_parameter: Migration to 17.0 #170
Conversation
… values This is much more robust that raising an error, and let modules load ir.config_parameter from xml data files, while still enforcing values from the config files.
Odoo loads modules that contain static directory, so it wanted to load server_environment_files but it does not exist
Without this sudo get_param would fail when the first user reading a parameter that has changed in the configuration file does not have write access to system parameters.
Manual forward port of 11.0 migration commit by Thierry Ducrest.
…arameter list and form views the new field is_environment, and make the key and values readonly if checked
fix a conflict between this module and mail which overrides the reading of some mail related system parameters
Currently translated at 100.0% (4 of 4 strings) Translation: server-env-16.0/server-env-16.0-server_environment_ir_config_parameter Translate-URL: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-server_environment_ir_config_parameter/es/
fdf55af
to
d7ceb15
Compare
@moitabenfdz dependency merged, can you update and rebase? |
…tributes in XML view
b825939
to
0fe89fc
Compare
/ocabot migration server_environment_ir_config_parameter |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
It looks like something changed on |
Congratulations, your PR was merged at 898a2ea. Thanks a lot for contributing to OCA. ❤️ |
Depends on: