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.
 
 
 
Guewen Baconnier 967cc3dfd1 Merge pull request #99 from grap/7.0-improve-sentry-setting 10 years ago
__unported__ add missing installable and move unported in __unported__ 10 years ago
auth_admin_passkey [7.0] [FIX] Pep8 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 [REF] [7.0] pylint; 10 years ago
configuration_helper 7.0: fix flake8 errors 10 years ago
cron_run_manually [REF] [7.0] pylint; 10 years ago
dbfilter_from_header Merge pull request #21 from bwrsandman/7.0-fix-flakes8 10 years ago
disable_openerp_online [REF] [7.0] Pylint; 10 years ago
document_export_from_db [REF] 'document_export_from_db' change name and description; 10 years ago
email_template_dateutil pep8 fix 10 years ago
email_template_template [REF] [7.0] pylint; 10 years ago
fetchmail_attach_from_folder [REF] 'fetchmail_attach_from_folder' change import 10 years ago
import_odbc [7.0] [FIX] Pep8 10 years ago
mail_environment Fix faulty default context 10 years ago
mass_editing [REF] [7.0] pylint; 10 years ago
module_parent_dependencies [REF] change header in xml and python file; 10 years ago
scheduler_error_mailer [7.0] [FIX] Pep8 10 years ago
sentry_logger [FIX] remove dangerous call to 'eval' function; 10 years ago
server_environment [7.0] [FIX] Pep8 10 years ago
server_environment_files [PEP8] Misc 10 years ago
super_calendar [REF] [7.0] pylint; 10 years ago
tree_view_record_id [FIX] 'tree_view_record_id': docstring 10 years ago
users_ldap_groups [REF] [7.0] pylint; 10 years ago
users_ldap_mail [REF] [7.0] pylint; 10 years ago
users_ldap_populate [FIX] 'user_ldap_populate' pylint; 10 years ago
web_context_tunnel updated example usage link; trash VIM statements 10 years ago
.gitignore add .gitignore 10 years ago
.travis.yml Add sentry integration module 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 -...