2024-04-12 12:15:09 +01:00

11 lines
152 B
Python
Executable File

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