Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Stéphane Bidoul c2fec40d13 auth_http_remote_user: test if already authenticated based on login instead of uid
Avoids a database query unless authentication is actually required.
2014-08-05 09:24:50 +02:00
__unported__ port dbfilter_from_header to 8.0 2014-07-13 11:21:05 +02:00
auth_from_http_remote_user auth_http_remote_user: test if already authenticated based on login instead of uid 2014-08-05 09:24:50 +02:00
dbfilter_from_header [PEP8] 2014-08-04 13:00:44 +02:00
.coveragerc add .coveragerc 2014-07-11 17:52:07 +02:00
.gitignore add .gitignore 2014-07-07 19:44:17 +02:00
.travis.yml 8.0 .travis.yml 2014-07-13 11:21:05 +02:00
LICENSE Add license 2014-07-07 19:42:24 +02:00
README.md Fix TravisCI build badge on master branch 2014-07-22 17:48:40 +01: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 -...