chore: clean up hooks

This commit is contained in:
Deepesh Garg
2022-04-28 12:02:54 +05:30
parent 41e2959389
commit 60b693f84f
15 changed files with 10 additions and 774 deletions

View File

@@ -136,24 +136,6 @@ def get_help_messages():
domain=("Services",),
target=5,
),
frappe._dict(
doctype="Student",
title=_("Add Students"),
description=_("Students are at the heart of the system, add all your students"),
action=_("Create Student"),
route="List/Student",
domain=("Education",),
target=5,
),
frappe._dict(
doctype="Student Batch",
title=_("Group your students in batches"),
description=_("Student Batches help you track attendance, assessments and fees for students"),
action=_("Create Student Batch"),
route="List/Student Batch",
domain=("Education",),
target=3,
),
frappe._dict(
doctype="Employee",
title=_("Create Employee Records"),