blob: b6772c53153dfd187ad5cb13059d06de00af9545 [file] [log] [blame]
Aditya Hasef3c22f32019-01-22 18:22:20 +05301from __future__ import unicode_literals
2
Vishal397a8762017-11-20 17:45:24 +05303data = {
4 'desktop_icons': [
5 'Non Profit',
Nabin Hait419db492017-12-06 12:57:53 +05306 'Member',
7 'Donor',
8 'Volunteer',
9 'Grant Application',
10 'Accounts',
11 'Buying',
12 'HR',
Vishal397a8762017-11-20 17:45:24 +053013 'ToDo'
14 ],
Zarrarde8f6122017-12-13 18:36:08 +053015 'restricted_roles': [
16 'Non Profit Manager',
17 'Non Profit Member',
18 'Non Profit Portal User'
19 ],
Vishal397a8762017-11-20 17:45:24 +053020 'modules': [
Vishalfca5cfe2017-11-21 10:57:53 +053021 'Non Profit'
22 ],
Vishal54f5b112017-12-05 17:51:15 +053023 'default_portal_role': 'Non Profit Manager'
Vishal397a8762017-11-20 17:45:24 +053024}