Global Settings in Setup, Sales Master Manager can restrict for Customer

This commit is contained in:
Anand Doshi
2014-03-03 19:28:30 +05:30
parent 6b12b07b33
commit 64f2ccd9e1
2 changed files with 15 additions and 1 deletions

View File

@@ -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",