mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 15:32:05 +02:00
21 lines
719 B
Python
21 lines
719 B
Python
# Copyright 2012-2018 Therp BV <https://therp.nl>.
|
|
# Copyright 2021 Tecnativa - João Marques
|
|
# Copyright 2023 Tecnativa - Carolina Fernandez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
|
|
{
|
|
"name": "LDAP Populate",
|
|
"version": "16.0.1.0.2",
|
|
"author": "Therp BV, Odoo Community Association (OCA)",
|
|
"maintainers": ["joao-p-marques"],
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"license": "AGPL-3",
|
|
"category": "Tools",
|
|
"depends": ["auth_ldap"],
|
|
"external_dependencies": {"python": ["python-ldap"]},
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizards/populate_wizard.xml",
|
|
"views/users_ldap.xml",
|
|
],
|
|
"installable": True,
|
|
}
|