You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Laurent Mignon 7dd5bc685e [ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user 10 years ago
__unported__ port dbfilter_from_header to 8.0 10 years ago
auth_from_http_remote_user [ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user 10 years ago
dbfilter_from_header port dbfilter_from_header to 8.0 10 years ago
.coveragerc add .coveragerc 10 years ago
.gitignore add .gitignore 11 years ago
.travis.yml 8.0 .travis.yml 10 years ago
LICENSE Add license 11 years ago
README.md Fix TravisCI build badge on master branch 10 years ago

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 -...