Browse Source

[UPD] addons table in README.md

pull/1055/head
OCA Git Bot 7 years ago
parent
commit
8fa0e0d4e8
  1. 3
      README.md

3
README.md

@ -22,9 +22,11 @@ addon | version | summary
[auditlog](auditlog/) | 10.0.1.0.0 | Audit Log [auditlog](auditlog/) | 10.0.1.0.0 | Audit Log
[auth_admin_passkey](auth_admin_passkey/) | 10.0.1.0.0 | Authentification - Admin Passkey [auth_admin_passkey](auth_admin_passkey/) | 10.0.1.0.0 | Authentification - Admin Passkey
[auth_brute_force](auth_brute_force/) | 10.0.1.0.0 | Tracks Authentication Attempts and Prevents Brute-force Attacks module [auth_brute_force](auth_brute_force/) | 10.0.1.0.0 | Tracks Authentication Attempts and Prevents Brute-force Attacks module
[auth_session_timeout](auth_session_timeout/) | 10.0.1.0.0 | This module disable all inactive sessions since a given delay
[auth_signup_verify_email](auth_signup_verify_email/) | 10.0.1.0.0 | Force uninvited users to use a good email for signup [auth_signup_verify_email](auth_signup_verify_email/) | 10.0.1.0.0 | Force uninvited users to use a good email for signup
[auth_supplier](auth_supplier/) | 10.0.1.0.0 | Auth Supplier [auth_supplier](auth_supplier/) | 10.0.1.0.0 | Auth Supplier
[auth_totp](auth_totp/) | 10.0.1.0.0 | Allows users to enable MFA and add optional trusted devices [auth_totp](auth_totp/) | 10.0.1.0.0 | Allows users to enable MFA and add optional trusted devices
[auth_totp_password_security](auth_totp_password_security/) | 10.0.1.0.0 | auth_totp and password_security compatibility
[auth_user_case_insensitive](auth_user_case_insensitive/) | 10.0.1.0.0 | Makes the user login field case insensitive [auth_user_case_insensitive](auth_user_case_insensitive/) | 10.0.1.0.0 | Makes the user login field case insensitive
[auto_backup](auto_backup/) | 10.0.1.0.2 | Backups database [auto_backup](auto_backup/) | 10.0.1.0.2 | Backups database
[base_exception](base_exception/) | 10.0.1.0.0 | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) [base_exception](base_exception/) | 10.0.1.0.0 | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)
@ -97,7 +99,6 @@ addon | version | summary
[auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication [auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication
[auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper) [auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper)
[auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 (unported) | Authenticate via HTTP Remote User [auth_from_http_remote_user](auth_from_http_remote_user/) | 8.0.1.0.0 (unported) | Authenticate via HTTP Remote User
[auth_session_timeout](auth_session_timeout/) | 9.0.1.0.0 (unported) | This module disable all inactive sessions since a given delay
[base_custom_info](base_custom_info/) | 9.0.1.0.0 (unported) | Add custom field in models [base_custom_info](base_custom_info/) | 9.0.1.0.0 (unported) | Add custom field in models
[dead_mans_switch_client](dead_mans_switch_client/) | 9.0.1.0.1 (unported) | Be notified when customers' odoo instances go down [dead_mans_switch_client](dead_mans_switch_client/) | 9.0.1.0.1 (unported) | Be notified when customers' odoo instances go down
[email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates [email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates

Loading…
Cancel
Save