mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-12-20 01:51:14 -03:00
feat: Initialize App
This commit is contained in:
10
fleet_management/config/desktop.py
Normal file
10
fleet_management/config/desktop.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from frappe import _
|
||||
|
||||
def get_data():
|
||||
return [
|
||||
{
|
||||
"module_name": "Fleet Management",
|
||||
"type": "module",
|
||||
"label": _("Fleet Management")
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user