msp/msp/config/desktop.py
David Malinowski 4f7b75dbe5 initial commit
2021-03-24 01:36:20 +01:00

15 lines
247 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"module_name": "MSP",
"color": "grey",
"icon": "octicon octicon-rocket",
"type": "module",
"label": _("MSP")
}
]