[new] Modified Doctypes for list view

This commit is contained in:
Vishal
2017-09-22 13:22:46 +05:30
parent 2c9ce190eb
commit d5d0813b2d
36 changed files with 291 additions and 259 deletions

View File

@@ -78,25 +78,5 @@ def get_data():
"description": _("Grant information."),
}
]
},
{
"label": _("Event"),
"items": [
{
"type": "doctype",
"name": "Member",
"description": _("Member information."),
}
]
},
{
"label": _("Setup Meeting"),
"items": [
{
"type": "doctype",
"name": "Member",
"description": _("Member information."),
}
]
},
}
]