# -*- coding: utf-8 -*- # Copyright 2012-2018 Therp BV . # License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html). { "name": "LDAP Populate", "version": "10.0.1.0.3", "author": "Therp BV, Odoo Community Association (OCA)", "license": "AGPL-3", "category": 'Tools', "depends": [ 'auth_ldap', ], 'external_dependencies': { 'python': ['ldap'], }, "data": [ 'views/users_ldap.xml', 'views/populate_wizard.xml', ], 'installable': True, }