Skip to content

Commit

Permalink
[MIG] Create 17.0 branch
Browse files Browse the repository at this point in the history
Mark all modules uninstallable
  • Loading branch information
mtnarjan committed Jun 17, 2024
1 parent 24449e5 commit ac0625d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 21 deletions.
3 changes: 2 additions & 1 deletion auth_api_key/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"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",
"development_status": "Beta",
"depends": ["server_environment"],
"data": ["security/ir.model.access.csv", "views/auth_api_key.xml"],
"demo": [],
"installable": False,
}
3 changes: 2 additions & 1 deletion auth_from_http_remote_user/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

{
"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)",
"maintainer": "ACSONE SA/NV",
"website": "https://github.com/OCA/server-auth",
"depends": ["base", "web", "base_setup"],
"license": "AGPL-3",
"installable": False,
}
4 changes: 2 additions & 2 deletions auth_ldaps/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
4 changes: 2 additions & 2 deletions auth_oauth_multi_token/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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""",
Expand All @@ -16,5 +16,5 @@
"views/auth_oauth_multi_token.xml",
"views/res_users.xml",
],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions auth_session_timeout/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
4 changes: 2 additions & 2 deletions auth_signup_verify_email/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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., "
Expand All @@ -13,5 +13,5 @@
"depends": ["auth_signup"],
"external_dependencies": {"python": ["lxml", "email_validator"]},
"data": ["views/signup.xml"],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions auth_user_case_insensitive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions base_user_show_email/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
4 changes: 2 additions & 2 deletions password_security/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand All @@ -24,5 +24,5 @@
"security/res_users_pass_history.xml",
],
"demo": ["demo/res_users.xml"],
"installable": True,
"installable": False,
}
3 changes: 2 additions & 1 deletion users_ldap_groups/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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,
}
4 changes: 2 additions & 2 deletions users_ldap_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

{
"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"],
"website": "https://github.com/OCA/server-auth",
"license": "AGPL-3",
"category": "Tools",
"data": ["views/res_company_ldap.xml"],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions users_ldap_populate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
}

0 comments on commit ac0625d

Please sign in to comment.