Custom app isn't listed on main dashboard - umm I mean Desk

Hello,

I’ve created a custom app and also it’s doctype (Klienti). Now I trying to show it on main dashboard, but it’s not showing…

My klienti.py file in /custom_app/custom_app/config/

from __future__ import unicode_literals
from frappe import _

def get_data():

    return [
        {
            "label": _("K-centrum Karlovy Vary"),
            "items": [
                {
                    "type": "doctype",
                    "name": "Klienti",
                    "description": _("Seznam klientu"),
                }
            ]
        }
    ]

Does anyone know how to display it on main dashboard?

Thanks!
Filip

This may help How I can Create dashboard to new custom doctype - #4 by clarkej

Sorry, I mean Desk, not dashboard.

Check out these:

https://erpnext.com/docs/user/manual/en/using-erpnext/desktop

https://erpnext.com/docs/user/manual/en/setting-up/settings/show-hide-modules