brotherton-erpnext/erpnext/config/hub_node.py
2018-08-31 16:30:34 +05:30

24 lines
339 B
Python

from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"label": _("Setup"),
"items": [
{
"type": "doctype",
"name": "Marketplace Settings"
},
]
},
{
"label": _("Marketplace"),
"items": [
{
"type": "page",
"name": "marketplace/home"
},
]
},
]