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.

73 lines
5.3 KiB

10 years ago
10 years ago
  1. [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/149/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149)
  2. [![Build Status](https://travis-ci.org/OCA/server-tools.svg?branch=8.0)](https://travis-ci.org/OCA/server-tools)
  3. [![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=8.0)](https://coveralls.io/r/OCA/server-tools?branch=8.0)
  4. [![Code Climate](https://codeclimate.com/github/OCA/server-tools/badges/gpa.svg)](https://codeclimate.com/github/OCA/server-tools)
  5. Server Environment And Tools
  6. ============================
  7. This project aim to deal with modules related to manage Odoo server environment and provide useful tools. You'll find modules that:
  8. - Manage configuration depending on environment (devs, test, prod,..)
  9. - Keep the security on update
  10. - Manage email settings
  11. [//]: # (addons)
  12. Available addons
  13. ----------------
  14. addon | version | summary
  15. --- | --- | ---
  16. [admin_technical_features](admin_technical_features/) | 8.0.0.1.0 | Checks the technical features box for admin user.
  17. [auditlog](auditlog/) | 8.0.1.0.0 | Audit Log
  18. [auth_admin_passkey](auth_admin_passkey/) | 8.0.2.1.1 | Authentification - Admin Passkey
  19. [auth_dynamic_groups](auth_dynamic_groups/) | 8.0.1.0.0 | Have membership conditions for certain groups
  20. [auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 | Authenticate via HTTP Remote User
  21. [base_concurrency](base_concurrency/) | 8.0.1.0.0 | Base Concurrency
  22. [base_debug4all](base_debug4all/) | 8.0.1.0.0 | Shows full debug options for all users
  23. [base_external_dbsource](base_external_dbsource/) | 8.0.1.3.0 | External Database Sources
  24. [base_field_serialized](base_field_serialized/) | 8.0.1.0.0 | Serialized fields
  25. [base_module_doc_rst](base_module_doc_rst/) | 8.0.1.0.0 | Modules Technical Guides in RST and Relationship Graphs
  26. [base_optional_quick_create](base_optional_quick_create/) | 8.0.0.1.0 | Avoid 'quick create' on m2o fields, on a 'by model' basis
  27. [base_report_auto_create_qweb](base_report_auto_create_qweb/) | 8.0.1.0.0 | Report qweb auto generation
  28. [base_suspend_security](base_suspend_security/) | 8.0.1.0.0 | Suspend security checks for a call
  29. [base_user_gravatar](base_user_gravatar/) | 8.0.1.0.0 | Synchronize Gravatar image
  30. [cron_run_manually](cron_run_manually/) | 8.0.1.0.0 | Call cron jobs from their form view
  31. [database_cleanup](database_cleanup/) | 8.0.0.1.0 | Database cleanup
  32. [dbfilter_from_header](dbfilter_from_header/) | 8.0.1.0.0 | dbfilter_from_header
  33. [disable_openerp_online](disable_openerp_online/) | 8.0.1.1.0 | Remove odoo.com bindings
  34. [fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 8.0.1.0.0 | Attach mails in an IMAP folder to existing objects
  35. [fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 8.0.1.0.0 | If fetching mails gives error, send an email to sender
  36. [inactive_session_timeout](inactive_session_timeout/) | 8.0.1.0.0 | This module disable all inactive sessions since a given delay
  37. [language_path_mixin](language_path_mixin/) | 8.0.1.0.0 | Setting the partner's language in RML reports
  38. [mail_environment](mail_environment/) | 8.0.0.1.0 | Server env config for mail + fetchmail
  39. [mass_editing](mass_editing/) | 8.0.1.3.0 | Mass Editing
  40. [module_prototyper](module_prototyper/) | 8.0.0.3.0 | Prototype your module.
  41. [qweb_usertime](qweb_usertime/) | 8.0.1.0.0 | Add user time rendering support in QWeb
  42. [scheduler_error_mailer](scheduler_error_mailer/) | 8.0.1.0.0 | Send an e-mail when a scheduler fails
  43. [server_environment](server_environment/) | 8.0.1.1.0 | server configuration environment files
  44. [server_environment_files_sample](server_environment_files_sample/) | 8.0.1.0.0 | Example server configuration environment files repository module
  45. [shell](shell/) | 8.0.1.0.0 | Backport of the v9 shell CLI command.
  46. [super_calendar](super_calendar/) | 8.0.0.2.0 | This module allows to create configurable calendars.
  47. [users_ldap_groups](users_ldap_groups/) | 8.0.1.2.0 | Adds user accounts to groups based on rules defined by the administrator.
  48. [users_ldap_mail](users_ldap_mail/) | 8.0.1.0.0 | LDAP mapping for user name and e-mail
  49. [users_ldap_populate](users_ldap_populate/) | 8.0.1.2.0 | LDAP Populate
  50. [web_context_tunnel](web_context_tunnel/) | 8.0.2.0.0 | Web Context Tunnel
  51. Unported addons
  52. ---------------
  53. addon | version | summary
  54. --- | --- | ---
  55. [auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication
  56. [auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper)
  57. [configuration_helper](configuration_helper/) | 0.8 (unported) | Configuration Helper
  58. [email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates
  59. [import_odbc](import_odbc/) | 1.3 (unported) | Import data from SQL and ODBC data sources.
  60. [ir_config_parameter_viewer](ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view
  61. [security_protector](security_protector/) | 0.1 (unported) | Security protector
  62. [server_env_base_external_referentials](server_env_base_external_referentials/) | 1.0 (unported) | Server environment for base_external_referential
  63. [//]: # (end addons)
  64. Translation Status
  65. ------------------
  66. [![Transifex Status](https://www.transifex.com/projects/p/OCA-server-tools-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-tools-8-0)