15 lines
361 B
Python
15 lines
361 B
Python
|
|
{
|
||
|
|
'name': 'LDAP Contact Sync',
|
||
|
|
'version': '3',
|
||
|
|
'category': 'Tools',
|
||
|
|
'summary': 'Synchronize contacts with LDAP',
|
||
|
|
'depends': ['contacts'],
|
||
|
|
'author': 'Holger Sielaff',
|
||
|
|
'license': 'LGPL-3',
|
||
|
|
'installable': True,
|
||
|
|
'data': [
|
||
|
|
'views/flectra_res_config_settings_views.xml',
|
||
|
|
'views/flectra_res_users_views.xml'
|
||
|
|
]
|
||
|
|
}
|