oca-ocb-security/odoo-bringout-oca-ocb-auth_ldap/auth_ldap/__manifest__.py
Ernad Husremovic c0efcc53f5 19.0 vanilla
2026-03-09 09:32:28 +01:00

21 lines
587 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Authentication via LDAP',
'depends': ['base', 'base_setup'],
#'description': < auto-loaded from README file
'category': 'Hidden/Tools',
'data': [
'views/ldap_installer_views.xml',
'security/ir.model.access.csv',
'views/res_config_settings_views.xml',
],
'external_dependencies': {
'python': ['python-ldap'],
'apt': {
'python-ldap': 'python3-ldap',
},
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}