mofadcustom/mofadcustom/config/desktop.py

15 lines
268 B
Python
Raw Normal View History

2020-07-30 18:51:21 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"module_name": "MOFAD Custom",
"color": "aqua",
"icon": "octicon octicon-briefcase",
"type": "module",
"label": _("MOFAD Custom")
}
]