Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
a5b53e9480c22396e02b41b56f2ef6fd5cb303d9
/
.
/
erpnext
/
config
/
hub_node.py
blob: c9d5b97bf02a7cc5301c19d4a804326aee211b23 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
from
frappe
import
_
def
get_data
():
return
[
{
"label"
:
_
(
"Setup"
),
"items"
:
[
{
"type"
:
"doctype"
,
"name"
:
"Hub Settings"
},
]
},
{
"label"
:
_
(
"Hub"
),
"items"
:
[
{
"type"
:
"page"
,
"name"
:
"hub"
},
]
},
]