mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 21:22:42 +01:00
Merge pull request #53177 from sokumon/add-clear-demo-data
This commit is contained in:
@@ -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"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user