mofadcustom/mofadcustom/config/desktop.py

15 lines
268 B
Python

# -*- 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")
}
]