de8f6120f3
* restrict roles to its specific domain * missing hook for Non Profit
22 lines
333 B
Python
22 lines
333 B
Python
data = {
|
|
'desktop_icons': [
|
|
'Non Profit',
|
|
'Member',
|
|
'Donor',
|
|
'Volunteer',
|
|
'Grant Application',
|
|
'Accounts',
|
|
'Buying',
|
|
'HR',
|
|
'ToDo'
|
|
],
|
|
'restricted_roles': [
|
|
'Non Profit Manager',
|
|
'Non Profit Member',
|
|
'Non Profit Portal User'
|
|
],
|
|
'modules': [
|
|
'Non Profit'
|
|
],
|
|
'default_portal_role': 'Non Profit Manager'
|
|
} |