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