[minor] move item to top in stock module page

This commit is contained in:
Rushabh Mehta
2015-11-02 10:45:18 +05:30
parent 15ea751f3c
commit 7d23e4286e
4 changed files with 10 additions and 8 deletions

View File

@@ -64,9 +64,9 @@ def get_data():
"type": "module"
},
"Learn": {
"color": "#FCB868",
"color": "#FF888B",
"force_show": True,
"icon": "icon-facetime-video",
"icon": "octicon octicon-device-camera-video",
"type": "module",
"is_help": True
}

View File

@@ -7,6 +7,11 @@ def get_data():
"label": _("Documents"),
"icon": "icon-star",
"items": [
{
"type": "doctype",
"name": "Item",
"description": _("All Products or Services."),
},
{
"type": "doctype",
"name": "Material Request",
@@ -32,11 +37,6 @@ def get_data():
"name": "Installation Note",
"description": _("Installation record for a Serial No.")
},
{
"type": "doctype",
"name": "Item",
"description": _("All Products or Services."),
},
{
"type": "doctype",
"name": "Warehouse",