Tools to manage environment-dependent configuration
Go to file
Stéphane Bidoul (ACSONE) c25933813e [FIX] 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.
2018-01-16 15:29:53 +01:00
models [FIX] missing sudo in server_environment_ir_config_param 2018-01-16 15:29:53 +01:00
server_environment OCA Transbot updated translations from Transifex 2018-01-03 12:00:23 +01:00
server_environment_files_sample [MIG] server_environment_files_sample: Migration to 11.0 2018-01-03 10:45:58 +01:00
setup [ADD] setup.py 2018-01-12 04:36:49 +01:00
tests server_environment_ir_config_parameter: migrate to 10.0 2018-01-16 15:15:46 +01:00
.gitignore Add metafiles 2017-12-11 14:41:19 +01:00
.travis.yml Add server_envirionment_file for testing 2018-01-03 12:00:23 +01:00
LICENSE Add metafiles 2017-12-11 14:41:19 +01:00
README.md [UPD] addons table in README.md 2018-01-12 02:41:02 +01:00
README.rst server_environment_ir_config_parameter: migrate to 10.0 2018-01-16 15:15:46 +01:00
__init__.py server_environment_ir_config_parameter 2018-01-16 15:15:46 +01:00
__manifest__.py [FIX] missing sudo in server_environment_ir_config_param 2018-01-16 15:29:53 +01: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

Available addons

addon version summary
server_environment 11.0.1.0.0 move some configurations out of the database
server_environment_files_sample 11.0.1.0.0 sample config file for server_environment

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.