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