Tools to manage environment-dependent configuration
Go to file
Guewen Baconnier ff91cc4a0f Read default values from database when no config is provided
Automatically add <field_name>_env_default for every field transformed
to a "computed from env" field, so a default value can be set. It will
be used when the configuration is not set in a configuration file
(when the key is absent, not empty).
2018-07-24 09:31:47 +02:00
mail_environment [11.0][MIG] mail_environment 2018-01-16 10:55:06 +01:00
server_environment Read default values from database when no config is provided 2018-07-24 09:31:47 +02:00
server_environment_files_sample remove obsolete .pot files [ci skip] 2018-06-15 23:41:34 +02:00
server_environment_ir_config_parameter [MIG][11.0] server_environment_ir_config_parameter 2018-01-24 12:39:18 +01:00
setup [ADD] setup.py [ci skip] 2018-04-19 11:54:03 +02: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-03-31 02:40:42 +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

Available addons

addon version summary
mail_environment 11.0.1.0.0 Configure mail servers with server_environment_files
server_environment 11.0.1.0.1 move some configurations out of the database
server_environment_files_sample 11.0.1.0.0 sample config file for server_environment
server_environment_ir_config_parameter 11.0.1.0.0 Override System Parameters from server environment file

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.