Update the desktop.py (#11974)
Remove the data import desktop icons
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 36d2b40..5926838 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -292,14 +292,12 @@
"label": _("Hub")
},
{
- "module_name": "Data Import",
- "color": "#FFF168",
- "reverse": 1,
- "doctype": "Data Import",
+ "module_name": "Data Import Tool",
+ "color": "#7f8c8d",
"icon": "octicon octicon-cloud-upload",
- "label": _("Data Import"),
- "link": "List/Data Import",
- "type": "list"
+ "type": "page",
+ "link": "data-import-tool",
+ "label": _("Data Import Tool")
},
{
"module_name": "Restaurant",