Tools to manage environment-dependent configuration
Go to file
Florian da Costa 66a8726463 [12.0] Add data_encryption
This module come from the previous module keychain. It has been heavely refactored
to be compatible with server_environment module. For this it has been split into
2 modules data_encryption and server_environment_data_encryption
2020-10-05 14:08:48 +02:00
data_encryption [12.0] Add data_encryption 2020-10-05 14:08:48 +02:00
mail_environment mail_environment 13.0.1.0.2 2020-03-05 07:12:51 +00:00
server_environment server_environment 13.0.2.3.1 2020-10-04 08:41:16 +00:00
server_environment_ir_config_parameter pre-commit update 2020-03-14 12:24:34 +01:00
setup [ADD] setup.py 2020-02-13 10:31:35 +00:00
.editorconfig pre-commit update 2020-03-14 12:24:34 +01:00
.eslintrc.yml pre-commit update 2020-03-14 12:24:34 +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 update 2020-03-14 12:24:34 +01:00
.pre-commit-config.yaml [UPD] pin flake8 version [ci skip] 2020-05-13 14:09:55 +02:00
.prettierrc.yml pre-commit update 2020-03-14 12:24:34 +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 Travis: remove running_env config 2020-04-02 09:50:50 +02: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.