5807cd8e6f
* Add the guardian role for parent portal * invite guardian as user
27 lines
425 B
Python
27 lines
425 B
Python
data = {
|
|
'desktop_icons': [
|
|
'Student',
|
|
'Program',
|
|
'Course',
|
|
'Student Group',
|
|
'Instructor',
|
|
'Fees',
|
|
'Task',
|
|
'ToDo',
|
|
'Education',
|
|
'Student Attendance Tool',
|
|
'Student Applicant'
|
|
],
|
|
'default_portal_role': 'Guardian',
|
|
'restricted_roles': [
|
|
'Student',
|
|
'Instructor',
|
|
'Academics User',
|
|
'Education Manager'
|
|
],
|
|
'modules': [
|
|
'Education'
|
|
],
|
|
'on_setup': 'erpnext.education.setup.setup_education'
|
|
|
|
} |