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 5c137c1a00 Use cr argument instead of cursor, propagate context 10 years ago
__unported__ Move mail_environment in root folder 10 years ago
base_field_serialized [IMP] relative imports, remove deprecated keys in manifest 10 years ago
dbfilter_from_header [PEP8] 10 years ago
disable_openerp_online [IMP] rebranding 10 years ago
mail_environment Use cr argument instead of cursor, propagate context 10 years ago
mass_editing ADD crud rule to erp manager on mass object 10 years ago
server_environment Fix pylint on server_environment 10 years ago
server_environment_files_sample Fix typo in dir name 10 years ago
users_ldap_mail Fix PEP8 10 years ago
users_ldap_populate Port users_ldap_populate to v8 10 years ago
web_context_tunnel updated example 10 years ago
.coveragerc add .coveragerc 10 years ago
.gitignore add .gitignore 10 years ago
.travis.yml Link server_environment_files_sample to server_environment_files in 10 years ago
LICENSE Add license 10 years ago
README.md changed branch ref in 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 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 -...