15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
{
|
|
'name': 'LDAP Contact Sync',
|
|
'version': '17', # for odoo
|
|
'category': 'Tools',
|
|
'summary': 'Synchronize contacts with LDAP',
|
|
'depends': ['contacts'],
|
|
'author': 'Holger Sielaff',
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'data': [
|
|
'views/odoo_res_config_settings_views.xml',
|
|
'views/odoo_res_users_views.xml'
|
|
]
|
|
}
|