Commit Graph

19 Commits

Author SHA1 Message Date
Mmequignon e1fe05c712 server_environment_ir_config_parameter: Fix create/write overrides 2023-11-13 09:49:24 +01:00
Alexandre Fayolle 30b9a58915 [FIX] server_environment_ir_config_parameter
fix a conflict between this module and mail which overrides the reading
of some mail related system parameters
2023-11-13 09:49:24 +01:00
Sylvain LE GAL 0d5d0c30f5 [IMP] server_environmnet_ir_config_parameter: display in the config parameter list and form views the new field is_environment, and make the key and values readonly if checked 2023-11-13 09:49:24 +01:00
Benoit Aimont b366a4bdcb [MIG] server_environment_ir_config_parameter: Migration to 16.0 2023-11-13 09:49:24 +01:00
jsanchez ec896af983 [MIG] Migration to version 15.0 2023-11-13 09:49:24 +01:00
sbejaoui 2b740922a9 [14.0][MIG] - migration server_environment_ir_config_parameter 2023-11-13 09:49:24 +01:00
Akim Juillerat 193f88ddac [IMP] server_environment_ir_config_parameter: black, isort 2023-11-13 09:49:24 +01:00
Akim Juillerat f02e50dd0b [MIG] server_environment_ir_config_parameter: Migration to 13.0 2023-11-13 09:49:24 +01:00
Thierry Ducrest ae201ae666 [MIG] fix tests
Manual forward port of 11.0 migration commit by Thierry Ducrest.
2023-11-13 09:49:24 +01:00
Gilles Meyomesse 0c2ea10038 [MIG] server_environment_ir_config_parameter from 11 to 12 2023-11-13 09:49:24 +01:00
Adrien Peiffer (ACSONE) d340268b9a server_environment_ir_config_parameter: missing return. 2023-11-13 09:49:24 +01:00
Stéphane Bidoul (ACSONE) 29c9388efe missing sudo in server_environment_ir_config_param
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.
2023-11-13 09:49:24 +01:00
Denis Roussel 25ab5232cb server_environment_ir_config_parameter Avoid loading import
Odoo loads modules that contain static directory, so it wanted to load server_environment_files but it does not exist
2023-11-13 09:49:24 +01:00
Stéphane Bidoul (ACSONE) 19123364b8 server_environment_ir_config_parameter: migrate to 10.0 2023-11-13 09:43:17 +01:00
Stéphane Bidoul (ACSONE) 8b7b3b90ec server_environment_ir_config_parameter: update roadmap 2023-11-13 09:43:17 +01:00
Stéphane Bidoul (ACSONE) 5e64016eb4 server_environment_ir_config_param: silently replace values by config 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.
2023-11-13 09:43:17 +01:00
Stéphane Bidoul (ACSONE) 17036b541e server_environment_ir_config_parameter: handle empty values better 2023-11-13 09:43:17 +01:00
Stéphane Bidoul (ACSONE) b7ab912369 server_environment_ir_config_parameter: work around double ormcache issue 2023-11-13 09:43:17 +01:00
Stéphane Bidoul (ACSONE) 4041930025 server_environment_ir_config_parameter 2023-11-13 09:43:17 +01:00