justworks_erpnext/justworks_erpnext/config/desktop.py

15 lines
304 B
Python
Raw Normal View History

2020-11-16 19:43:10 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"module_name": "Justworks ERPNext Connector",
"color": "aqua",
"icon": "octicon octicon-cross-reference",
"type": "module",
"label": _("Justworks ERPNext Connector")
}
]