mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-12-19 01:21:14 -03:00
feat: Initialize App
This commit is contained in:
0
fleet_management/config/__init__.py
Normal file
0
fleet_management/config/__init__.py
Normal file
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")
|
||||
}
|
||||
]
|
||||
10
fleet_management/config/docs.py
Normal file
10
fleet_management/config/docs.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Configuration for docs
|
||||
"""
|
||||
|
||||
# source_link = "https://github.com/[org_name]/fleet_management"
|
||||
# headline = "App that does everything"
|
||||
# sub_heading = "Yes, you got that right the first time, everything"
|
||||
|
||||
def get_context(context):
|
||||
context.brand_html = "Fleet Management"
|
||||
Reference in New Issue
Block a user