Desktop Icons Link to a URL

Hello ERPNext Community!

What I wanted to do is to create an Icon on the ERPNext Desktop that would link me to a url.

This is what I have added to my desktop.py

{
    "module_name": "Employee Attendance",
    "color": "#3498db",
    "icon": "octicon octicon-repo",
    "type": "link",
    "link": "http://localhost:5000/"
},
1 Like

External links are not supported out of the box. You will have to customize the on click event.

1 Like

Is it still the case?