Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Guewen Baconnier 24a2d12492 Use absolute imports for openerp and new Model classes 2014-10-08 11:33:22 +02:00
__unported__ Move mail_environment in root folder 2014-10-08 11:30:14 +02:00
base_field_serialized [IMP] relative imports, remove deprecated keys in manifest 2014-09-22 17:06:13 +02:00
dbfilter_from_header [PEP8] 2014-08-04 13:10:08 +02:00
disable_openerp_online [IMP] rebranding 2014-07-28 11:03:11 +02:00
mail_environment Use absolute imports for openerp and new Model classes 2014-10-08 11:33:22 +02:00
mass_editing ADD crud rule to erp manager on mass object 2014-09-12 08:45:39 -03:00
server_environment Fix pylint on server_environment 2014-09-20 19:03:26 +01:00
server_environment_files_sample Fix typo in dir name 2014-09-09 14:23:46 +02:00
users_ldap_mail Fix PEP8 2014-09-03 10:24:30 +01:00
users_ldap_populate Port users_ldap_populate to v8 2014-09-03 10:25:48 +01:00
web_context_tunnel updated example 2014-09-20 18:19:43 -03: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 Link server_environment_files_sample to server_environment_files in 2014-09-09 14:21:55 +02:00
LICENSE Add license 2014-07-07 19:42:24 +02:00
README.md changed branch ref in README.md 2014-08-20 11:57:07 +02: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 -...