[new Feature] Added Training Module

This commit is contained in:
Neil Trini Lasrado
2016-08-08 16:33:51 +05:30
parent 201af80706
commit 984ee372e8
23 changed files with 1773 additions and 4 deletions

View File

@@ -150,12 +150,23 @@ def get_data():
},
{
"label": _("Tools"),
"icon": "fa fa-wrench",
"label": _("Training"),
"items": [
{
"type": "doctype",
"name": "Training Event"
},
{
"type": "doctype",
"name": "Training Result"
},
{
"type": "doctype",
"name": "Training Feedback"
},
]
},
{
"label": _("Setup"),
"icon": "fa fa-cog",