# Copyright 2012-2018 Therp BV . # 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, }