Merge pull request #299 from shariquerik/include-crm
fix: include crm in apps page
This commit is contained in:
commit
a1730ea34f
14
crm/hooks.py
14
crm/hooks.py
@ -4,11 +4,23 @@ app_publisher = "Frappe Technologies Pvt. Ltd."
|
|||||||
app_description = "Kick-ass Open Source CRM"
|
app_description = "Kick-ass Open Source CRM"
|
||||||
app_email = "shariq@frappe.io"
|
app_email = "shariq@frappe.io"
|
||||||
app_license = "AGPLv3"
|
app_license = "AGPLv3"
|
||||||
app_icon_url = ""
|
app_icon_url = "/assets/crm/manifest/apple-icon-180.png"
|
||||||
app_icon_title = "CRM"
|
app_icon_title = "CRM"
|
||||||
app_icon_route = "/crm"
|
app_icon_route = "/crm"
|
||||||
|
|
||||||
|
# Apps
|
||||||
|
# ------------------
|
||||||
|
|
||||||
# required_apps = []
|
# required_apps = []
|
||||||
|
add_to_apps_screen = [
|
||||||
|
{
|
||||||
|
"name": "crm",
|
||||||
|
"logo": "/assets/crm/manifest/apple-icon-180.png",
|
||||||
|
"title": "CRM",
|
||||||
|
"route": "/crm",
|
||||||
|
# "has_permission": "crm.api.permission.has_app_permission"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
# Includes in <head>
|
# Includes in <head>
|
||||||
# ------------------
|
# ------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user