fix: Dashboard label in Projects and Assets module (#22517)
This commit is contained in:
parent
7056cd3782
commit
fdbd10f193
@ -58,7 +58,7 @@
|
||||
"type": "Report"
|
||||
},
|
||||
{
|
||||
"label": "Assets Dashboard",
|
||||
"label": "Dashboard",
|
||||
"link_to": "Asset",
|
||||
"type": "Dashboard"
|
||||
}
|
||||
|
@ -93,12 +93,6 @@
|
||||
"stats_filter": "{ \n \"status\": [\"not in\", [\"Completed\"]]\n}",
|
||||
"type": "DocType"
|
||||
},
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"link_to": "Manufacturing",
|
||||
"restrict_to_domain": "Manufacturing",
|
||||
"type": "Dashboard"
|
||||
},
|
||||
{
|
||||
"label": "Forecasting",
|
||||
"link_to": "Exponential Smoothing Forecasting",
|
||||
@ -119,6 +113,12 @@
|
||||
"label": "Production Planning Report",
|
||||
"link_to": "Production Planning Report",
|
||||
"type": "Report"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"link_to": "Manufacturing",
|
||||
"restrict_to_domain": "Manufacturing",
|
||||
"type": "Dashboard"
|
||||
}
|
||||
]
|
||||
}
|
@ -68,7 +68,7 @@
|
||||
"type": "Report"
|
||||
},
|
||||
{
|
||||
"label": "Project Dashboard",
|
||||
"label": "Dashboard",
|
||||
"link_to": "Project",
|
||||
"type": "Dashboard"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user