Tools to manage environment-dependent configuration
Go to file
Leonardo Pistone a9a5c677b4 capture stderr as well as stdout when diagnosing
This fixes OCA/server-tools#125 because in some Ubuntu systems
lsb_release outputs to stderr as well as stdout. This message will be
printed to console, not logged nor shown among server infomation. That
way the message is lost and only pollutes unit tests output.
2018-01-03 10:43:21 +01:00
server_environment capture stderr as well as stdout when diagnosing 2018-01-03 10:43:21 +01:00
setup [ADD] setup.py 2017-12-12 06:47:12 +01:00
.gitignore Add metafiles 2017-12-11 14:41:19 +01:00
.travis.yml Add metafiles 2017-12-11 14:41:19 +01:00
LICENSE Add metafiles 2017-12-11 14:41:19 +01:00
README.md [UPD] addons table in README.md 2017-12-12 02:40:17 +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

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.