develop/planning/config/desktop.py
2022-11-14 05:57:45 +00:00

13 lines
201 B
Python

from frappe import _
def get_data():
return [
{
"module_name": "Planning",
"color": "grey",
"icon": "octicon octicon-file-directory",
"type": "module",
"label": _("Planning")
}
]