Initial commit

This commit is contained in:
Holger Sielaff
2025-06-26 08:41:56 +02:00
commit 69e2718826
16 changed files with 808 additions and 0 deletions

14
__manifest__.py.flectra Normal file
View File

@@ -0,0 +1,14 @@
{
'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'
]
}