Add Training Program DocType, Script, Path and Doc (#11181)

* Add Training Program Doctype, Script, Config and documentation

* Add Training Program to Training Event

* [Test Case] Training Event in a Training Program
This commit is contained in:
Doridel Cahanap
2017-10-20 14:01:15 +08:00
committed by Rushabh Mehta
parent b4f5f14438
commit 5a4d5bfaf2
14 changed files with 591 additions and 9 deletions

View File

@@ -176,6 +176,10 @@ def get_data():
{
"label": _("Training"),
"items": [
{
"type": "doctype",
"name": "Training Program"
},
{
"type": "doctype",
"name": "Training Event"