Skip to content
Snippets Groups Projects
Commit 64ac8caa authored by Kinjal Mehta's avatar Kinjal Mehta Committed by Yannick Tivisse
Browse files

[MOVE] auth_ldap: Move files in related models and views directory

parent e6ab21be
No related branches found
No related tags found
No related merge requests found
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import users_ldap
import models
......@@ -2,17 +2,15 @@
{
'name' : 'Authentication via LDAP',
'version' : '1.0',
'depends' : ['base'],
#'description': < auto-loaded from README file
'category' : 'Extra Tools',
'data' : [
'users_ldap_view.xml',
'user_ldap_installer.xml',
'views/res_company_views.xml',
'views/ldap_installer_views.xml',
'security/ir.model.access.csv',
],
'auto_install': False,
'installable': True,
'external_dependencies' : {
'python' : ['ldap'],
}
......
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import users_ldap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment