966f141f62
* renaming for the docs, demo data and patch * changes in the doctypes and reports * rename the config file * Few name changes in messages and license * rename the school settings to education settings * changes in the documentation * added the setup file for the fixtures * corrected the ui tests file path * fix the codacy * add the patch for renaming few doctypes and fields * changes in the patch
26 lines
401 B
Python
26 lines
401 B
Python
data = {
|
|
'desktop_icons': [
|
|
'Student',
|
|
'Program',
|
|
'Course',
|
|
'Student Group',
|
|
'Instructor',
|
|
'Fees',
|
|
'Task',
|
|
'ToDo',
|
|
'Education',
|
|
'Student Attendance Tool',
|
|
'Student Applicant'
|
|
],
|
|
'default_portal_role': 'Student',
|
|
'restricted_roles': [
|
|
'Student',
|
|
'Instructor',
|
|
'Academics User'
|
|
],
|
|
'modules': [
|
|
'Education'
|
|
],
|
|
'on_setup': 'erpnext.education.setup.setup_education'
|
|
|
|
} |