Added maintenance to Asset and enhanced maintenance for Asset Maintenance

This commit is contained in:
Kanchan Chauhan
2017-10-17 15:17:24 +05:30
parent 834541a7e8
commit e58a41a8a2
112 changed files with 7678 additions and 833 deletions

View File

@@ -293,5 +293,11 @@ def get_data():
"_doctype": "Restaurant",
"link": "List/Restaurant",
"label": _("Restaurant")
}
},
{
"module_name": "Assets",
"color": "#4286f4",
"icon": "octicon octicon-database",
"type": "module"
},
]