* 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 |
||
|---|---|---|
| mail_environment | ||
| server_environment | ||
| setup | ||
| .editorconfig | ||
| .eslintrc | ||
| .flake8 | ||
| .gitignore | ||
| .isort.cfg | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| .pylintrc-mandatory | ||
| .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
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.