Tools to manage environment-dependent configuration
Go to file
Guewen Baconnier 8c302137c0 mail_eniroment misc improvements
* Move mail_environment in root folder
* Use absolute imports for openerp and new Model classes
* Use cr argument instead of cursor, propagate context
* Update fields, remove deprecated 'method' argument, change 'states'
  otherwise the fields are not readonly (seems that the 'states' of the
  original field is kept.
* Activate the installable flag
* Indentation of the view with 2 spaces
* Remove only the attrs attribute instead of redefining the whole field
* pep8
* crm is not a dependency for mail_environment
* Fix typo in manifest
2020-01-28 11:49:01 +01:00
mail_environment mail_eniroment misc improvements 2020-01-28 11:49:01 +01:00
server_environment Update translation files 2020-01-16 14:53:38 +00:00
setup [ADD] setup.py 2019-10-11 10:00:25 +00:00
.editorconfig [ADD] .editorconfig [ci skip] 2019-11-19 20:28:10 +01:00
.eslintrc pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.flake8 pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.gitignore [MIG] Add metafiles 2019-09-29 23:47:29 +02:00
.isort.cfg pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pre-commit-config.yaml pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pylintrc pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.pylintrc-mandatory pre-commit, black, isort 2019-12-16 13:10:27 +01:00
.travis.yml Set running_env for CI 2019-12-16 13:11:44 +01:00
LICENSE pre-commit, black, isort 2019-12-16 13:10:27 +01:00
README.md [MIG] Add metafiles 2019-09-29 23:47:29 +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.