You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
541 B

10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2012-2018 Therp BV <https://therp.nl>.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
  4. {
  5. "name": "LDAP Populate",
  6. "version": "10.0.1.0.2",
  7. "author": "Therp BV, Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "category": 'Tools',
  10. "depends": [
  11. 'auth_ldap',
  12. ],
  13. 'external_dependencies': {
  14. 'python': ['ldap'],
  15. },
  16. "data": [
  17. 'views/users_ldap.xml',
  18. 'views/populate_wizard.xml',
  19. ],
  20. 'installable': True,
  21. }