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.

115 lines
9.3 KiB

10 years ago
10 years ago
  1. [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/149/9.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=9.0)](https://travis-ci.org/OCA/server-tools)
  3. [![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=9.0)](https://coveralls.io/r/OCA/server-tools?branch=9.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/) | 9.0.0.1.0 | Checks the technical features box for admin user.
  17. [attachment_base_synchronize](attachment_base_synchronize/) | 9.0.1.0.0 | Attachment Base Synchronize
  18. [auditlog](auditlog/) | 9.0.1.0.0 | Audit Log
  19. [auth_brute_force](auth_brute_force/) | 9.0.1.1.0 | Track Authentication Attempts and Prevent Brute-force Attacks
  20. [auth_from_http_remote_user](auth_from_http_remote_user/) | 9.0.1.0.0 | Authenticate via HTTP Remote User
  21. [auth_session_timeout](auth_session_timeout/) | 9.0.1.0.0 | This module disable all inactive sessions since a given delay
  22. [auth_signup_verify_email](auth_signup_verify_email/) | 9.0.1.0.0 | Force uninvited users to use a good email for signup
  23. [auth_supplier](auth_supplier/) | 9.0.2.0.0 | Auth Supplier
  24. [auth_totp](auth_totp/) | 9.0.1.1.0 | Allows users to enable MFA and add optional trusted devices
  25. [auth_totp_password_security](auth_totp_password_security/) | 9.0.1.0.0 | auth_totp and password_security compatibility
  26. [auto_backup](auto_backup/) | 9.0.1.1.1 | Backups database
  27. [autovacuum_mail_message](autovacuum_mail_message/) | 9.0.1.0.0 | Automatic Delete old mail message to clean database
  28. [base_cron_exclusion](base_cron_exclusion/) | 9.0.1.0.0 | Allow you to select scheduled actions that should not run simultaneously.
  29. [base_custom_info](base_custom_info/) | 9.0.2.0.0 | Add custom field in models
  30. [base_export_manager](base_export_manager/) | 9.0.1.1.0 | Manage model export profiles
  31. [base_external_dbsource](base_external_dbsource/) | 9.0.1.0.1 | External Database Sources
  32. [base_fontawesome](base_fontawesome/) | 9.0.4.7.0 | Up to date Fontawesome resources.
  33. [base_import_match](base_import_match/) | 9.0.1.0.0 | Try to avoid duplicates before importing
  34. [base_kanban_stage](base_kanban_stage/) | 9.0.1.1.0 | Provides stage model and abstract logic for inheritance
  35. [base_manifest_extension](base_manifest_extension/) | 9.0.1.0.0 | Adds useful keys to manifest files
  36. [base_multi_image](base_multi_image/) | 9.0.1.1.0 | Allow multiple images for database objects
  37. [base_name_search_improved](base_name_search_improved/) | 9.0.1.0.0 | Friendlier search when typing in relation fields
  38. [base_optional_quick_create](base_optional_quick_create/) | 9.0.1.0.0 | Avoid 'quick create' on m2o fields, on a 'by model' basis
  39. [base_report_auto_create_qweb](base_report_auto_create_qweb/) | 9.0.1.0.0 | Report qweb auto generation
  40. [base_search_fuzzy](base_search_fuzzy/) | 9.0.1.0.0 | Fuzzy search with the PostgreSQL trigram extension
  41. [base_suspend_security](base_suspend_security/) | 9.0.1.0.0 | Suspend security checks for a call
  42. [base_technical_features](base_technical_features/) | 9.0.1.0.1 | Access to technical features without activating debug mode
  43. [base_tier_validation](base_tier_validation/) | 9.0.1.0.2 | Implement a validation process based on tiers.
  44. [base_user_gravatar](base_user_gravatar/) | 9.0.1.0.0 | Synchronize Gravatar Image
  45. [base_user_role](base_user_role/) | 9.0.1.0.0 | User roles
  46. [base_view_inheritance_extension](base_view_inheritance_extension/) | 9.0.1.1.0 | Adds more operators for view inheritance
  47. [configuration_helper](configuration_helper/) | 9.0.1.0.0 | Configuration Helper
  48. [database_cleanup](database_cleanup/) | 9.0.1.0.0 | Database cleanup
  49. [date_range](date_range/) | 9.0.1.0.1 | Manage all kind of date range
  50. [datetime_formatter](datetime_formatter/) | 9.0.1.0.0 | Helper functions to give correct format to date[time] fields
  51. [dbfilter_from_header](dbfilter_from_header/) | 9.0.1.0.0 | Filter databases with HTTP headers
  52. [dead_mans_switch_client](dead_mans_switch_client/) | 9.0.1.0.1 | Be notified when customers' odoo instances go down
  53. [disable_odoo_online](disable_odoo_online/) | 9.0.1.0.0 | Remove odoo.com bindings
  54. [external_file_location](external_file_location/) | 9.0.1.0.0 | External File Location
  55. [fetchmail_bydate](fetchmail_bydate/) | 9.0.1.0.0 | Fetchmail by date and unseen messages
  56. [fetchmail_notify_error_to_sender](fetchmail_notify_error_to_sender/) | 9.0.1.0.0 | If fetching mails gives error, send an email to sender
  57. [html_image_url_extractor](html_image_url_extractor/) | 9.0.1.0.0 | Extract images found in any HTML field
  58. [html_text](html_text/) | 9.0.1.0.0 | Generate excerpts from any HTML field
  59. [keychain](keychain/) | 9.0.1.0.0 | Store accounts and credentials
  60. [kpi](kpi/) | 9.0.1.1.0 | Key Performance Indicator
  61. [letsencrypt](letsencrypt/) | 9.0.1.0.0 | Request SSL certificates from letsencrypt.org
  62. [mail_cleanup](mail_cleanup/) | 9.0.1.0.0 | Mark as read or delete mails after a set time
  63. [mail_environment](mail_environment/) | 9.0.1.0.0 | Configure mail servers with server_environment_files
  64. [mail_log_messages_to_process](mail_log_messages_to_process/) | 9.0.1.0.0 | Log all messages received, before they start to be processed.
  65. [mass_editing](mass_editing/) | 9.0.1.0.0 | Mass Editing
  66. [menu_technical_info](menu_technical_info/) | 9.0.1.0.0 | Fast way to look up technical info about menu item.
  67. [module_auto_update](module_auto_update/) | 9.0.2.0.3 | Automatically update Odoo modules
  68. [module_prototyper](module_prototyper/) | 9.0.0.1.0 | Prototype your module.
  69. [oauth_provider](oauth_provider/) | 9.0.1.0.0 | Allows to use Odoo as an OAuth2 provider
  70. [oauth_provider_jwt](oauth_provider_jwt/) | 9.0.1.0.0 | Adds the JSON Web Token support for OAuth2 provider
  71. [password_security](password_security/) | 9.0.1.2.3 | Allow admin to set password security requirements.
  72. [record_archiver](record_archiver/) | 9.0.1.0.0 | Records Archiver
  73. [res_config_settings_enterprise_remove](res_config_settings_enterprise_remove/) | 9.0.1.0.0 | Remove fields in all settings views marked as enterprise
  74. [scheduler_error_mailer](scheduler_error_mailer/) | 9.0.1.0.0 | Scheduler Error Mailer
  75. [sequence_check_digit](sequence_check_digit/) | 9.0.1.0.0 | Adds a check digit on sequences
  76. [server_environment](server_environment/) | 9.0.1.3.0 | move some configurations out of the database
  77. [server_environment_files_sample](server_environment_files_sample/) | 9.0.1.0.0 | sample config file for server_environment
  78. [server_environment_ir_config_parameter](server_environment_ir_config_parameter/) | 9.0.1.0.0 | Override System Parameters from server environment file
  79. [sql_export](sql_export/) | 9.0.1.0.0 | Export data in csv file with SQL requests
  80. [sql_request_abstract](sql_request_abstract/) | 9.0.1.0.1 | Abstract Model to manage SQL Requests
  81. [subscription_action](subscription_action/) | 9.0.1.0.0 | Run a server action on a newly created document
  82. [test_configuration_helper](test_configuration_helper/) | 9.0.1.0.0 | Configuration Helper - Tests
  83. [users_ldap_mail](users_ldap_mail/) | 9.0.1.0.0 | LDAP mapping for user name and e-mail
  84. [users_ldap_populate](users_ldap_populate/) | 9.0.1.1.0 | LDAP Populate
  85. Unported addons
  86. ---------------
  87. addon | version | summary
  88. --- | --- | ---
  89. [auth_admin_passkey](auth_admin_passkey/) | 8.0.2.1.1 (unported) | Authentification - Admin Passkey
  90. [auth_dynamic_groups](auth_dynamic_groups/) | 8.0.1.0.0 (unported) | Have membership conditions for certain groups
  91. [auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication
  92. [auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper)
  93. [email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates
  94. [fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 8.0.1.0.1 (unported) | Attach mails in an IMAP folder to existing objects
  95. [import_odbc](import_odbc/) | 1.3 (unported) | Import data from SQL and ODBC data sources.
  96. [ir_config_parameter_viewer](ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view
  97. [language_path_mixin](language_path_mixin/) | 8.0.1.0.0 (unported) | Setting the partner's language in RML reports
  98. [security_protector](security_protector/) | 0.1 (unported) | Security protector
  99. [server_env_base_external_referentials](server_env_base_external_referentials/) | 1.0 (unported) | Server environment for base_external_referential
  100. [super_calendar](super_calendar/) | 8.0.0.2.0 (unported) | This module allows to create configurable calendars.
  101. [users_ldap_groups](users_ldap_groups/) | 8.0.1.2.0 (unported) | Adds user accounts to groups based on rules defined by the administrator.
  102. [web_context_tunnel](web_context_tunnel/) | 8.0.2.0.0 (unported) | Web Context Tunnel
  103. [//]: # (end addons)
  104. Translation Status
  105. ------------------
  106. [![Transifex Status](https://www.transifex.com/projects/p/OCA-server-tools-9-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-tools-9-0)