2024-05-31 11:42:42 +02:00

11 lines
150 B
Python

from frappe import _
def get_data():
return [
{
"module_name": "MSP Remoteadmin",
"type": "module",
"label": _("MSP Remoteadmin")
}
]