[help] added links in modules, added learn desktop module

This commit is contained in:
Rushabh Mehta
2015-05-25 18:30:53 +05:30
parent 1a804e2217
commit 6771240471
12 changed files with 270 additions and 4 deletions

View File

@@ -254,4 +254,25 @@ def get_data():
},
]
},
{
"label": _("Help"),
"icon": "icon-facetime-video",
"items": [
{
"type": "help",
"label": _("Items and Pricing"),
"youtube_id": "qXaEwld4_Ps"
},
{
"type": "help",
"label": _("Opening Stock Balance"),
"youtube_id": "yPgrtfeCTs"
},
{
"type": "help",
"label": _("Item Variants"),
"youtube_id": "OGBETlCzU5o"
},
]
}
]