mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
chore: Remove references for Assessment Group
This commit is contained in:
@@ -62,7 +62,6 @@ treeviews = [
|
||||
"Supplier Group",
|
||||
"Sales Person",
|
||||
"Territory",
|
||||
"Assessment Group",
|
||||
"Department",
|
||||
]
|
||||
|
||||
|
||||
@@ -396,13 +396,6 @@ def install(country=None):
|
||||
{"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")},
|
||||
|
||||
Reference in New Issue
Block a user