diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 7fe78301565..03391161ed2 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -219,6 +219,16 @@ website_route_rules = [ {"from_route": "/tasks", "to_route": "Task"}, ] +standard_navbar_items = [ + { + "item_label": "Clear Demo Data", + "item_type": "Action", + "action": "erpnext.demo.clear_demo();", + "is_standard": 1, + "condition": "eval: frappe.boot.sysdefaults.demo_company", + }, +] + standard_portal_menu_items = [ {"title": "Projects", "route": "/project", "reference_doctype": "Project", "role": "Customer"}, {