2017-10-17 07:00:34 +00:00
|
|
|
data = {
|
|
|
|
"desktop_icons": [
|
|
|
|
"Student",
|
|
|
|
"Program",
|
|
|
|
"Course",
|
|
|
|
"Student Group",
|
|
|
|
"Instructor",
|
|
|
|
"Fees",
|
|
|
|
"Task",
|
|
|
|
"ToDo",
|
2017-11-23 09:52:10 +00:00
|
|
|
"Education",
|
|
|
|
"Student Attendance Tool",
|
|
|
|
"Student Applicant",
|
2017-10-17 07:00:34 +00:00
|
|
|
],
|
2019-05-29 10:12:57 +00:00
|
|
|
"default_portal_role": "Student",
|
2017-10-17 07:00:34 +00:00
|
|
|
"restricted_roles": ["Student", "Instructor", "Academics User", "Education Manager"],
|
|
|
|
"modules": ["Education"],
|
2017-11-23 09:52:10 +00:00
|
|
|
"on_setup": "erpnext.education.setup.setup_education",
|
2017-10-17 07:00:34 +00:00
|
|
|
}
|