chore: Remove references for Assessment Group
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 14a2f15..e118c37 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -62,7 +62,6 @@
"Supplier Group",
"Sales Person",
"Territory",
- "Assessment Group",
"Department",
]
diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py
index e31c126..90b50a0 100644
--- a/erpnext/setup/setup_wizard/operations/install_fixtures.py
+++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py
@@ -396,13 +396,6 @@
{"doctype": "Offer Term", "offer_term": _("Incentives")},
{"doctype": "Print Heading", "print_heading": _("Credit Note")},
{"doctype": "Print Heading", "print_heading": _("Debit Note")},
- # Assessment Group
- {
- "doctype": "Assessment Group",
- "assessment_group_name": _("All Assessment Groups"),
- "is_group": 1,
- "parent_assessment_group": "",
- },
# Share Management
{"doctype": "Share Type", "title": _("Equity")},
{"doctype": "Share Type", "title": _("Preference")},