2023-11-06 10:26:12 +01:00

11 lines
152 B
Python

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