Global Settings in Setup, Sales Master Manager can restrict for Customer
This commit is contained in:
@@ -2,6 +2,19 @@ from frappe import _
|
||||
from frappe.widgets.moduleview import get_config
|
||||
|
||||
data = [
|
||||
{
|
||||
"label": _("Tools"),
|
||||
"icon": "icon-wrench",
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Global Defaults",
|
||||
"label": _("Global Settings"),
|
||||
"description": _("Set the Date & Number Formats, Default Currency, Current Fiscal Year, etc."),
|
||||
"hide_count": True
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Customize"),
|
||||
"icon": "icon-glass",
|
||||
|
||||
Reference in New Issue
Block a user