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. |
||
|---|---|---|
| mail_environment | ||
| server_environment | ||
| server_environment_files_sample | ||
| server_environment_ir_config_parameter | ||
| setup | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
README.md
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
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.