Commit Graph

11 Commits

Author SHA1 Message Date
Ivàn Todorovich 5990658ad3 [UPD] Change LICENSE to LGPL 2021-07-08 09:55:02 -03:00
Stéphane Bidoul f28369615e
SafeConfigParser is deprecated 2021-05-06 18:31:49 +02:00
Olar Alca [Vauxoo] 4375a31f5c Update server_environment/serv_config.py
Co-authored-by: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
2020-10-02 18:40:21 +00:00
Simone Orsi 3024745bde fixup! server_environment: running_env default to `test` (fix #44) 2020-04-10 11:25:33 +02:00
Simone Orsi 121a43262c server_environment: running_env default to `test` (fix #44) 2020-04-02 09:50:50 +02:00
Guewen Baconnier b8e86de50c 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-01-06 11:31:56 +01:00
Stéphane Bidoul (ACSONE) 388d537aad pre-commit, black, isort 2019-12-16 13:10:27 +01:00
Akim Juillerat ef1e08235c server-environment: Run pre-commit 2019-12-16 13:10:27 +01:00
Akim Juillerat 2a32750c99 server_environment: lint fixes after migration 2019-12-16 13:10:27 +01:00
Stéphane Bidoul (ACSONE) c030a42103 pre-commit, black, isort 2019-12-16 13:10:27 +01:00
Akim Juillerat bb73c66213 Rename file to attend TODO comment 2019-10-11 09:33:10 +02:00