feat(modules): add onboard keys, remove hidden
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index a2afa32..d5f9e2d 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -8,7 +8,8 @@
"items": [
{
"type": "doctype",
- "name": "Student"
+ "name": "Student",
+ "onboard": 1,
},
{
"type": "doctype",
@@ -181,7 +182,8 @@
"items": [
{
"type": "doctype",
- "name": "Course"
+ "name": "Course",
+ "onboard": 1,
},
{
"type": "doctype",
@@ -189,11 +191,13 @@
},
{
"type": "doctype",
- "name": "Instructor"
+ "name": "Instructor",
+ "onboard": 1,
},
{
"type": "doctype",
- "name": "Room"
+ "name": "Room",
+ "onboard": 1,
}
]
},
@@ -210,7 +214,8 @@
},
{
"type": "doctype",
- "name": "Grading Scale"
+ "name": "Grading Scale",
+ "onboard": 1,
},
{
"type": "doctype",