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.
 
 
 
Vincent Vinet f8dd02fddb pep8 fix 10 years ago
__unported__ add missing installable and move unported in __unported__ 10 years ago
auth_admin_passkey [PEP8] Misc 10 years ago
auth_from_http_basic [PEP8] Misc 10 years ago
auth_from_http_basic_logout Launchpad automatic translations update. 10 years ago
base_external_dbsource Fix failing yml test 10 years ago
base_optional_quick_create 7.0: fix flake8 errors 10 years ago
configuration_helper 7.0: fix flake8 errors 10 years ago
cron_run_manually Fix additional depreications 10 years ago
dbfilter_from_header Merge pull request #21 from bwrsandman/7.0-fix-flakes8 10 years ago
disable_openerp_online Fix wrong parenthesis 10 years ago
email_template_dateutil pep8 fix 10 years ago
email_template_template 7.0: fix flake8 errors 10 years ago
fetchmail_attach_from_folder 7.0: fix flake8 errors 10 years ago
import_odbc import fix in import_odbc.py 10 years ago
mail_environment flake8: remove unrequired parenthesis 10 years ago
mass_editing a couple of leftover flake8 errors 10 years ago
scheduler_error_mailer 7.0: fix flake8 errors 10 years ago
server_environment Fix additional depreications 10 years ago
server_environment_files [PEP8] Misc 10 years ago
super_calendar 7.0: fix flake8 errors 10 years ago
users_ldap_groups 7.0: fix flake8 errors 10 years ago
users_ldap_mail 7.0: fix flake8 errors 10 years ago
users_ldap_populate 7.0: fix flake8 errors 10 years ago
web_context_tunnel [PEP8] Misc 10 years ago
.coveragerc add .coveragerc 10 years ago
.gitignore add .gitignore 10 years ago
.travis.yml Update travis 10 years ago
LICENSE Add license 10 years ago
README.md add README.md 10 years ago

README.md

Build Status Coverage Status

Server Environment And Tools

This project aim to deal with modules related to manage OpenERP 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 -...