|
|
@ -24,8 +24,8 @@ |
|
|
|
"author": "Therp BV", |
|
|
|
"category": 'Tools', |
|
|
|
"description": """ |
|
|
|
This module allows to prepopulate the user database with all entries in the LDAP |
|
|
|
database. |
|
|
|
This module allows to prepopulate the user database with all entries in the |
|
|
|
LDAP database. |
|
|
|
|
|
|
|
In order to schedule the population of the user database on a regular basis, |
|
|
|
create a new scheduled action with the following properties: |
|
|
@ -34,8 +34,8 @@ create a new scheduled action with the following properties: |
|
|
|
- Function: action_populate |
|
|
|
- Arguments: [res.company.ldap.id] |
|
|
|
|
|
|
|
Substitute res.company.ldap.id with the actual id of the res.company.ldap object you want to query. |
|
|
|
|
|
|
|
Substitute res.company.ldap.id with the actual id of the res.company.ldap |
|
|
|
object you want to query. |
|
|
|
""", |
|
|
|
"depends": [ |
|
|
|
'auth_ldap', |
|
|
@ -44,6 +44,5 @@ Substitute res.company.ldap.id with the actual id of the res.company.ldap object |
|
|
|
'view/users_ldap.xml', |
|
|
|
'view/populate_wizard.xml', |
|
|
|
], |
|
|
|
'installable': False, |
|
|
|
'installable': True, |
|
|
|
} |
|
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |