* Update _patch_methods and _revert_methods in auditlog.rule model to properly track whether a method has already been patched for logging purposes. This prevents duplicate logs from being produced in various cases (e.g. when a logging rule is created as part of a module install) |
||
|---|---|---|
| auditlog | ||
| 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