from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"label": _("Crops & Lands"),
"items": [
"type": "doctype",
"name": "Crop",
},
"name": "Crop Cycle",
"name": "Location"
}
]
"label": _("Diseases & Fertilizers"),
"name": "Disease",
"name": "Fertilizer",
"label": _("Analytics"),
"name": "Plant Analysis",
"name": "Soil Analysis",
"name": "Water Analysis",
"name": "Soil Texture",
"name": "Weather",
"name": "Agriculture Analysis Criteria",