Commit Graph

88 Commits

Author SHA1 Message Date
Denis Roussel ebfca1f208 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
2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) f7e53e4e9b server_environment_ir_config_parameter: migrate to 10.0 2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) 41c8e84007 server_environment_ir_config_parameter: update roadmap 2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) ed11b499cd 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.
2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) 5267279d3b server_environment_ir_config_parameter: handle empty values better 2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) 39db3d92bd server_environment_ir_config_parameter: work around double ormcache issue 2020-11-10 12:59:39 +01:00
Stéphane Bidoul (ACSONE) 74da9ecc87 server_environment_ir_config_parameter 2020-11-10 12:59:39 +01:00
oca-git-bot 127288b990
[IMP] update dotfiles [ci skip] 2020-11-01 22:30:16 +01:00
OCA-git-bot 230fbaa08a [ADD] setup.py 2020-10-16 09:57:10 +00:00
OCA-git-bot 601205f71b [UPD] README.rst 2020-10-16 09:57:10 +00:00
OCA-git-bot 3146214071 [UPD] addons table in README.md 2020-10-16 09:57:09 +00:00
oca-travis 6c6bbcae82 [UPD] Update server_environment.pot 2020-10-16 09:52:22 +00:00
OCA-git-bot df522e488d Merge PR #62 into 14.0
Signed-off-by sebastienbeau
2020-10-16 09:42:52 +00:00
Mourad ff6b2c1e45 [MIG] server_environment: Migration to 14.0 2020-10-15 12:10:52 +02:00
Mourad d01708d21f [IMP] : black, isort, prettier 2020-10-12 10:45:21 +02:00
OCA-git-bot edcfb80254 server_environment 13.0.2.3.1 2020-10-12 10:40:13 +02:00
Olar Alca [Vauxoo] b12ad54cd2 Update server_environment/serv_config.py
Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
2020-10-12 10:40:13 +02:00
OCA Transbot a4a86faf0f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-env-13.0/server-env-13.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2020-10-12 10:40:13 +02:00
OCA-git-bot 6e209aec86 server_environment 13.0.2.3.0 2020-10-12 10:40:13 +02:00
OCA-git-bot fbf97ae4bf [UPD] README.rst 2020-10-12 10:40:13 +02:00
oca-travis e739a86a27 [UPD] Update server_environment.pot 2020-10-12 10:40:13 +02:00
Simone Orsi 5aca0878a4 Add mixin for tech name 2020-10-12 10:40:13 +02:00
Simone Orsi b79b4411a8 Fix server_environment version
The PR https://github.com/OCA/server-env/pull/45 has been merged manually and a new version was not bumped.
2020-10-12 10:40:13 +02:00
OCA-git-bot 02efcd423f [UPD] README.rst 2020-10-12 10:40:13 +02:00
Simone Orsi c5ea873006 fixup! server_environment: running_env default to `test` (fix #44) 2020-10-12 10:40:13 +02:00
Simone Orsi c54bf8c500 server_environment: running_env default to `test` (fix #44) 2020-10-12 10:40:13 +02:00
OCA-git-bot d9b5ef26cb pre-commit update 2020-10-12 10:40:13 +02:00
OCA Transbot 4e65446ff5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-env-13.0/server-env-13.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2020-10-12 10:40:13 +02:00
oca-travis 773f93791b [UPD] Update server_environment.pot 2020-10-12 10:40:13 +02:00
Akim Juillerat ec7b171368 server_environment: Improve tests.common to allow redefinition of serv_config application 2020-10-12 10:40:13 +02:00
OCA Transbot 21d4801c36 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-env-13.0/server-env-13.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2020-10-12 10:40:13 +02:00
OCA-git-bot b1e418ae6a server_environment 13.0.2.2.0 2020-10-12 10:40:13 +02:00
oca-travis 375441b722 [UPD] Update server_environment.pot 2020-10-12 10:40:13 +02:00
Guewen Baconnier 17a51fdcef Store the 'server.config' fields in sparse fields
This model is used only to display the configuration to authorized
users. It's a TransientModel that dynamically creates the fields for
every odoo configuration parameter, environment variables and some
system ones. Before this change, each new parameter/variable will
create a field in database, which can lead to many issues (lot of
fields, field name too long). Storing the fields in a single JSON
field resolves these issues and is much cleaner anyway.
2020-10-12 10:40:13 +02:00
OCA-git-bot 32f0f2fb54 server_environment 13.0.2.1.0 2020-10-12 10:40:13 +02:00
Denis Roussel 55a2e61c3d [13.0][FIX] server_environment: Change import for Serialized field 2020-10-12 10:40:13 +02:00
OCA Transbot 6f645d5a72 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-env-13.0/server-env-13.0-server_environment
Translate-URL: https://translation.odoo-community.org/projects/server-env-13-0/server-env-13-0-server_environment/
2020-10-12 10:40:13 +02:00
OCA-git-bot 4b420fa897 server_environment 13.0.2.0.1 2020-10-12 10:40:13 +02:00
Stéphane Bidoul (ACSONE) 2dd9150dc3 pre-commit, black, isort 2020-10-12 10:40:13 +02:00
Akim Juillerat 6ac8fdfc63 server-environment: Run pre-commit 2020-10-12 10:40:13 +02:00
Akim Juillerat d5ee5a1e28 server_environment: lint fixes after migration 2020-10-12 10:40:13 +02:00
Stéphane Bidoul (ACSONE) 2b78d3e8d3 pre-commit, black, isort 2020-10-12 10:40:13 +02:00
OCA-git-bot 476f574447 [UPD] README.rst 2020-10-12 10:40:13 +02:00
oca-travis 0e007b743e [UPD] Update server_environment.pot 2020-10-12 10:40:13 +02:00
Akim Juillerat 67b8114071 Rename file to attend TODO comment 2020-10-12 10:40:13 +02:00
Akim Juillerat 4ec350df8a [MIG] server_environment: Migration to 13.0 2020-10-12 10:40:13 +02:00
OCA-git-bot a9fb1444da [UPD] README.rst 2020-10-12 10:40:13 +02:00
OCA-git-bot 765a7a8d27 [ADD] icon.png 2020-10-12 10:40:13 +02:00
oca-travis 3ddf4302f5 [UPD] Update server_environment.pot 2020-10-12 10:40:13 +02:00
OCA-git-bot 0dde2fc184 [UPD] README.rst 2020-10-12 10:40:13 +02:00