Tools to manage environment-dependent configuration
Go to file
Stéphane Bidoul (ACSONE) cfa585b422
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.
2018-11-15 14:01:24 +01:00
server_environment [UPD] Update server_environment.pot 2018-11-15 12:32:44 +00:00
server_environment_files_sample [UPD] Update server_environment_files_sample.pot 2018-11-15 12:32:45 +00:00
server_environment_ir_config_parameter server_environment_ir_config_param: silently replace values by config values 2018-11-15 14:01:24 +01:00
setup [ADD] setup.py 2018-11-15 12:26:47 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:38:22 +02:00
.travis.yml [UPD] Refresh travis.yml 2018-11-06 10:40:16 +01:00
LICENSE [MIG] Add metafiles 2018-09-27 02:38:22 +02:00
README.md [MIG] Add metafiles 2018-09-27 02:38:22 +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.