Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Holger Brunn 4888053867 [FIX] use correct user when evaluating group condition 2015-06-04 16:50:01 +02:00
__unported__ Remove cron_run_manually from unported modules 2014-12-09 17:09:48 +01:00
admin_technical_features [IMP] admin_technical_features: changed module icon to follow OCA conventions. 2014-11-25 16:56:23 -05:00
auth_dynamic_groups [FIX] use correct user when evaluating group condition 2015-06-04 16:50:01 +02:00
base_field_serialized [FIX] pylint 2014-12-03 10:01:54 +01:00
base_optional_quick_create [FIX] This fixes #73 2014-10-31 12:28:35 +01:00
cron_run_manually Compatibilize test with Travis. 2014-12-09 20:10:23 +01:00
database_cleanup [CHG] database_cleanup: move description to README.rst 2014-12-15 10:00:56 +01:00
dbfilter_from_header [PEP8] 2014-08-04 13:10:08 +02:00
disable_openerp_online [FIX] pylint 2014-12-03 10:01:54 +01:00
mass_editing [FIX] travis 2014-12-08 09:47:25 +01:00
scheduler_error_mailer [FIX] pep8 2014-12-30 11:51:18 +01:00
server_environment [FIX] travis 2014-12-08 09:47:25 +01:00
server_environment_files_sample Fix typo in dir name 2014-09-09 14:23:46 +02:00
users_ldap_mail [FIX] travis 2014-12-08 09:47:25 +01:00
users_ldap_populate [FIX] travis 2014-12-08 09:47:25 +01:00
web_context_tunnel updated example 2014-09-20 18:19:43 -03:00
.gitignore add .gitignore 2014-07-07 19:44:17 +02:00
.travis.yml Remove extra env definition 2014-12-16 16:54:35 +01:00
LICENSE Add license 2014-07-07 19:42:24 +02:00
README.md changed branch ref in README.md 2014-08-20 11:57:07 +02:00

README.md

Build Status Coverage Status

Server Environment And Tools

This project aim to deal with modules related to manage Odoo server environment and provide useful tools. You'll find modules that:

  • Manage configuration depending on environment (devs, test, prod,..)
  • Keep the security on update
  • Manage email settings -...