blob: 11ea9b4022e3825d09b59b6ceaf5d34ea43209be [file] [log] [blame]
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +05301data = {
2 'desktop_icons': [
3 'Student',
4 'Program',
5 'Course',
6 'Student Group',
7 'Instructor',
8 'Fees',
9 'Task',
10 'ToDo',
Manas Solanki966f1412017-11-23 15:22:10 +053011 'Education',
12 'Student Attendance Tool',
13 'Student Applicant'
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +053014 ],
Shivam Mishra08425d42019-05-29 15:42:57 +053015 'default_portal_role': 'Student',
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +053016 'restricted_roles': [
17 'Student',
18 'Instructor',
Zarrarde8f6122017-12-13 18:36:08 +053019 'Academics User',
20 'Education Manager'
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +053021 ],
22 'modules': [
Manas Solanki966f1412017-11-23 15:22:10 +053023 'Education'
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +053024 ],
Manas Solanki966f1412017-11-23 15:22:10 +053025 'on_setup': 'erpnext.education.setup.setup_education'
26
Ankush Menat4551d7d2021-08-19 13:41:10 +053027}