Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Leonardo Pistone 0690a37273 capture stderr as well as stdout when diagnosing
This fixes OCA/server-tools#125 because in some Ubuntu systems
lsb_release outputs to stderr as well as stdout. This message will be
printed to console, not logged nor shown among server infomation. That
way the message is lost and only pollutes unit tests output.
2015-02-05 16:31:37 +01:00
__unported__ [REN] preliminary migration of fetchmail_attach_from_folder 2015-01-27 14:57:38 +01:00
admin_technical_features [IMP] admin_technical_features: changed module icon to follow OCA conventions. 2014-11-25 16:56:23 -05:00
auth_admin_passkey [IMP] auth_admin_passkey: Moved icon 2015-01-16 19:48:07 +01:00
auth_from_http_remote_user [IMP] auth_from_http_remote_user: README.rst 2015-01-21 11:39:50 +01:00
base_field_serialized [FIX] completely initialize the test model 2015-01-28 12:48:38 +01:00
base_optional_quick_create [FIX] This fixes #73 2014-10-31 12:28:35 +01:00
cron_run_manually Compatibilize test with Travis. 2014-12-09 20:10:23 +01:00
database_cleanup [CHG] database_cleanup: move description to README.rst 2014-12-15 10:00:56 +01:00
dbfilter_from_header [PEP8] 2014-08-04 13:10:08 +02:00
disable_openerp_online [FIX] pylint 2014-12-03 10:01:54 +01:00
fetchmail_attach_from_folder [ADD] test matching algorithms 2015-01-31 15:30:21 +01:00
mail_environment Fix typo in manifest 2015-01-19 16:10:59 +01:00
mass_editing Translation correction 2015-01-25 08:11:07 +01:00
scheduler_error_mailer [FIX] pep8 2014-12-30 11:51:18 +01:00
server_environment capture stderr as well as stdout when diagnosing 2015-02-05 16:31:37 +01:00
server_environment_files_sample Fix typo in dir name 2014-09-09 14:23:46 +02:00
users_ldap_mail [FIX] travis 2014-12-08 09:47:25 +01:00
users_ldap_populate [FIX] travis 2014-12-08 09:47:25 +01:00
web_context_tunnel updated example 2014-09-20 18:19:43 -03:00
.gitignore add .gitignore 2014-07-07 19:44:17 +02:00
.travis.yml Remove extra env definition 2014-12-16 16:54:35 +01: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 -...