mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 08:32:02 +02:00
18 lines
786 B
Python
18 lines
786 B
Python
# Copyright 2012-2018 Therp BV <https://therp.nl>
|
|
# Copyright 2018 Brainbean Apps <https://brainbeanapps.com>
|
|
# Copyright 2021 Tecnativa - João Marques
|
|
# Copyright 2023 Tecnativa - Carolina Fernandez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "LDAP groups assignment",
|
|
"version": "16.0.1.0.1",
|
|
"depends": ["auth_ldap"],
|
|
"author": "Therp BV, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"license": "AGPL-3",
|
|
"summary": "Adds user accounts to groups based on rules defined "
|
|
"by the administrator.",
|
|
"category": "Authentication",
|
|
"data": ["views/res_company_ldap_views.xml", "security/ir.model.access.csv"],
|
|
"external_dependencies": {"python": ["python-ldap"]},
|
|
}
|