Commit Graph

8 Commits

Author SHA1 Message Date
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