Tools to manage environment-dependent configuration
Go to file
Guewen Baconnier f7e207a1a1
Allow to edit default values for env-computed fields
When they don't have any key in the environment configuration files.
In the UI, when a field is set in a configuration file, the field is
readonly, if not the field is editable. Which means you can selectively
choose which fields depend on the environment and which can use a
"default" value stored in database.
2018-11-05 17:35:29 +01:00
server_environment Allow to edit default values for env-computed fields 2018-11-05 17:35:29 +01:00
setup [ADD] setup.py 2018-10-06 11:45:35 +02:00
.gitignore [MIG] Add metafiles 2018-09-27 02:38:22 +02:00
.travis.yml [MIG] .travis.yml: Upgrade to Postgres 9.6 2018-10-01 09:30:21 +02: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.