Tools to manage environment-dependent configuration
Go to file
Stéphane Bidoul (ACSONE) 9b22aab41b 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.
2020-01-27 16:03:50 +01:00
server_environment Update translation files 2020-01-16 14:53:38 +00:00
server_environment_ir_config_parameter missing sudo in server_environment_ir_config_param 2020-01-27 16:03:50 +01:00
setup [ADD] setup.py 2019-10-11 10:00:25 +00:00
.editorconfig [ADD] .editorconfig [ci skip] 2019-11-19 20:28:10 +01:00
.eslintrc pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.flake8 pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.gitignore [MIG] Add metafiles 2019-09-29 23:47:29 +02:00
.isort.cfg pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pre-commit-config.yaml pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pylintrc pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pylintrc-mandatory pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.travis.yml Set running_env for CI 2019-12-16 13:11:44 +01:00
LICENSE pre-commit, black, isort 2019-12-16 13:10:27 +01:00
README.md [MIG] Add metafiles 2019-09-29 23:47:29 +02:00

README.md

Licence Runbot Status Build Status Coverage Status

Odoo server environment

This repository hosts official server environment managment modules provided by the OCA.

Those modules provides a way to define an environment in the main Odoo configuration file and to read some configuration files depending on the environment you defined.

To define an environment, put 'dev', 'test', 'production' in your odoo configuration file:

[options]
running_env=dev

Translation Status

Transifex Status


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.