Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
Pedro M. Baeza a28edaaeff Merge pull request #21 from bwrsandman/7.0-fix-flakes8
7.0 fix flakes8 (complete)
2014-07-17 20:36:50 +02:00
__unported__ add missing installable and move unported in __unported__ 2014-07-07 20:00:15 +02:00
auth_admin_passkey [PEP8] Misc 2014-07-17 12:53:56 -04:00
auth_from_http_basic [PEP8] Misc 2014-07-17 12:53:56 -04:00
auth_from_http_basic_logout Launchpad automatic translations update. 2014-05-24 06:46:27 +00:00
base_external_dbsource Merge pull request #21 from bwrsandman/7.0-fix-flakes8 2014-07-17 20:36:50 +02:00
base_optional_quick_create [PEP8] base_optional_quick_create 2014-07-11 17:26:06 +02:00
configuration_helper [PEP8] Misc 2014-07-17 12:53:56 -04:00
cron_run_manually [PEP8] cron_run_manually 2014-07-11 17:37:02 +02:00
dbfilter_from_header Merge pull request #21 from bwrsandman/7.0-fix-flakes8 2014-07-17 20:36:50 +02:00
disable_openerp_online [REF] 'disable_openerp_online': flake8. 2014-07-03 12:22:34 +02:00
email_template_template [PEP8] email_template_template 2014-07-17 12:53:56 -04:00
fetchmail_attach_from_folder [IMP] adjust view definitions to 7.0 2014-02-03 10:31:13 +01:00
import_odbc [PEP8] import_odbc 2014-07-11 17:33:36 +02:00
mail_environment [PEP8] mail_environment 2014-07-11 17:46:06 +02:00
mass_editing [PEP8] mass_editing 2014-07-11 17:22:35 +02:00
scheduler_error_mailer [PEP8] scheduler_error_mailer 2014-07-11 17:35:56 +02:00
server_environment [PEP8] server_environment 2014-07-11 17:14:16 +02:00
server_environment_files [PEP8] Misc 2014-07-17 12:53:56 -04:00
super_calendar Merge pull request #21 from bwrsandman/7.0-fix-flakes8 2014-07-17 20:36:50 +02:00
users_ldap_groups [PEP8] users_ldap_groups 2014-07-17 12:53:56 -04:00
users_ldap_mail [PEP8] users_ldap_mail 2014-07-17 12:53:56 -04:00
users_ldap_populate [PEP8] users_ldap_populate 2014-07-17 12:53:56 -04:00
web_context_tunnel [PEP8] Misc 2014-07-17 12:53:56 -04: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 add conf file 2014-07-11 18:06:53 +02:00
LICENSE Add license 2014-07-07 19:42:24 +02:00
README.md add README.md 2014-07-11 17:52:07 +02:00

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 -...