diff --git a/auth_api_key/__manifest__.py b/auth_api_key/__manifest__.py index 2d08337cfb..763f7cdefb 100644 --- a/auth_api_key/__manifest__.py +++ b/auth_api_key/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth Api Key", "summary": """ Authenticate http requests from an API key""", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth", @@ -13,4 +13,5 @@ "depends": ["server_environment"], "data": ["security/ir.model.access.csv", "views/auth_api_key.xml"], "demo": [], + "installable": False, } diff --git a/auth_from_http_remote_user/__manifest__.py b/auth_from_http_remote_user/__manifest__.py index dee0edca0b..b067a42924 100644 --- a/auth_from_http_remote_user/__manifest__.py +++ b/auth_from_http_remote_user/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Authenticate via HTTP Remote User", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "category": "Tools", "development_status": "Production/Stable", "author": "Acsone SA/NV,Odoo Community Association (OCA)", @@ -11,4 +11,5 @@ "website": "https://github.com/OCA/server-auth", "depends": ["base", "web", "base_setup"], "license": "AGPL-3", + "installable": False, } diff --git a/auth_ldaps/__manifest__.py b/auth_ldaps/__manifest__.py index e60e62900e..140ff74503 100644 --- a/auth_ldaps/__manifest__.py +++ b/auth_ldaps/__manifest__.py @@ -5,15 +5,15 @@ { "name": "LDAPS authentication", - "version": "13.0.1.0.1", + "version": "17.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/server-auth", "author": "CorporateHub, " "Creu Blanca, " "Odoo Community Association (OCA)", "license": "AGPL-3", - "installable": True, "application": False, "summary": "Allows to use LDAP over SSL authentication", "depends": ["auth_ldap"], "data": ["views/res_company_ldap_views.xml"], "external_dependencies": {"python": ["python-ldap"]}, + "installable": False, } diff --git a/auth_oauth_multi_token/__manifest__.py b/auth_oauth_multi_token/__manifest__.py index 6de57da065..a96a604529 100644 --- a/auth_oauth_multi_token/__manifest__.py +++ b/auth_oauth_multi_token/__manifest__.py @@ -4,7 +4,7 @@ { "name": "OAuth Multi Token", - "version": "13.0.2.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "Florent de Labarre, Camptocamp, Odoo Community Association (OCA)", "summary": """Allow multiple connection with the same OAuth account""", @@ -16,5 +16,5 @@ "views/auth_oauth_multi_token.xml", "views/res_users.xml", ], - "installable": True, + "installable": False, } diff --git a/auth_session_timeout/__manifest__.py b/auth_session_timeout/__manifest__.py index 4ffc068d8a..6629552f74 100644 --- a/auth_session_timeout/__manifest__.py +++ b/auth_session_timeout/__manifest__.py @@ -13,8 +13,8 @@ "maintainer": "Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth", "category": "Tools", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "data": ["data/ir_config_parameter_data.xml"], - "installable": True, + "installable": False, } diff --git a/auth_signup_verify_email/__manifest__.py b/auth_signup_verify_email/__manifest__.py index c5200e54a8..7b83c3aedb 100644 --- a/auth_signup_verify_email/__manifest__.py +++ b/auth_signup_verify_email/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Verify email at signup", "summary": "Force uninvited users to use a good email for signup", - "version": "13.0.1.0.1", + "version": "17.0.1.0.0", "category": "Authentication", "website": "https://github.com/OCA/server-auth", "author": "Antiun IngenierĂ­a S.L., " @@ -13,5 +13,5 @@ "depends": ["auth_signup"], "external_dependencies": {"python": ["lxml", "email_validator"]}, "data": ["views/signup.xml"], - "installable": True, + "installable": False, } diff --git a/auth_user_case_insensitive/__manifest__.py b/auth_user_case_insensitive/__manifest__.py index c809f2132c..a047a0ad25 100644 --- a/auth_user_case_insensitive/__manifest__.py +++ b/auth_user_case_insensitive/__manifest__.py @@ -3,14 +3,14 @@ { "name": "Case Insensitive Logins", "summary": "Makes the user login field case insensitive", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "category": "Authentication", "website": "https://github.com/OCA/server-auth", "author": "LasLabs, Odoo Community Association (OCA)", "maintainer": "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "depends": ["mail"], "pre_init_hook": "pre_init_hook_login_check", "post_init_hook": "post_init_hook_login_convert", diff --git a/base_user_show_email/__manifest__.py b/base_user_show_email/__manifest__.py index 7e9240bb77..20d178c629 100644 --- a/base_user_show_email/__manifest__.py +++ b/base_user_show_email/__manifest__.py @@ -3,12 +3,12 @@ { "name": "Base User Show Email", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/server-auth", "author": "Camptocamp, " "Odoo Community Association (OCA)", "license": "AGPL-3", - "installable": True, + "installable": False, "application": False, "summary": "Untangle user login and email", "depends": ["base", "web"], diff --git a/password_security/__manifest__.py b/password_security/__manifest__.py index 5e4f6bf6db..c1c4f57286 100644 --- a/password_security/__manifest__.py +++ b/password_security/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Password Security", "summary": "Allow admin to set password security requirements.", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "author": "LasLabs, " "Kaushal Prajapati, " "Tecnativa, " @@ -24,5 +24,5 @@ "security/res_users_pass_history.xml", ], "demo": ["demo/res_users.xml"], - "installable": True, + "installable": False, } diff --git a/users_ldap_groups/__manifest__.py b/users_ldap_groups/__manifest__.py index 3891d8f200..11b33e925e 100644 --- a/users_ldap_groups/__manifest__.py +++ b/users_ldap_groups/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "LDAP groups assignment", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "website": "https://github.com/OCA/server-auth", "depends": ["auth_ldap"], "author": "Therp BV, " "Odoo Community Association (OCA)", @@ -14,4 +14,5 @@ "category": "Authentication", "data": ["views/res_company_ldap_views.xml", "security/ir.model.access.csv"], "external_dependencies": {"python": ["python-ldap"]}, + "installable": False, } diff --git a/users_ldap_mail/__manifest__.py b/users_ldap_mail/__manifest__.py index 45bb841119..6590590786 100644 --- a/users_ldap_mail/__manifest__.py +++ b/users_ldap_mail/__manifest__.py @@ -4,7 +4,7 @@ { "name": "LDAP mapping for user name and e-mail", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "depends": ["auth_ldap"], "author": "Daniel Reis," "Odoo Community Association (OCA)", "maintainers": ["joao-p-marques"], @@ -12,5 +12,5 @@ "license": "AGPL-3", "category": "Tools", "data": ["views/res_company_ldap.xml"], - "installable": True, + "installable": False, } diff --git a/users_ldap_populate/__manifest__.py b/users_ldap_populate/__manifest__.py index 93c221ccec..73641db3cd 100644 --- a/users_ldap_populate/__manifest__.py +++ b/users_ldap_populate/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). { "name": "LDAP Populate", - "version": "13.0.1.0.0", + "version": "17.0.1.0.0", "author": "Therp BV, Odoo Community Association (OCA)", "maintainers": ["joao-p-marques"], "website": "https://github.com/OCA/server-auth", @@ -12,5 +12,5 @@ "depends": ["auth_ldap"], "external_dependencies": {"python": ["python-ldap"]}, "data": ["views/users_ldap.xml", "views/populate_wizard.xml"], - "installable": True, + "installable": False, }