mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-05-06 15:45:15 +02:00
11 lines
152 B
Python
11 lines
152 B
Python
from frappe import _
|
|
|
|
def get_data():
|
|
return [
|
|
{
|
|
"module_name": "Fleet Management",
|
|
"type": "module",
|
|
"label": _("Fleet Management")
|
|
}
|
|
]
|