blob: 55e4eed801a5c0ab13b38d282de5b857e0db650e [file] [log] [blame]
from __future__ import unicode_literals
data = {
'desktop_icons': [
'Student',
'Program',
'Course',
'Student Group',
'Instructor',
'Fees',
'Task',
'ToDo',
'Education',
'Student Attendance Tool',
'Student Applicant'
],
'default_portal_role': 'LMS User',
'restricted_roles': [
'Student',
'Instructor',
'Academics User',
'Education Manager'
],
'modules': [
'Education'
],
'on_setup': 'erpnext.education.setup.setup_education'
}