fix(modules): Merge Settings into one, Setup --> Settings

This commit is contained in:
Prateeksha Singh
2019-02-11 15:14:50 +05:30
parent 01a045a488
commit 9d4a183074
12 changed files with 11 additions and 22 deletions

View File

@@ -108,7 +108,7 @@ def get_data():
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {

View File

@@ -78,7 +78,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {

View File

@@ -106,7 +106,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {

View File

@@ -225,15 +225,4 @@ def get_data():
'standard': 1, 'standard': 1,
"description": "Publish items to other ERPNext users and start a conversation." "description": "Publish items to other ERPNext users and start a conversation."
}, },
{
"module_name": "Settings",
"category": "Administration",
"label": _("Settings"),
"color": "#bdc3c7",
"reverse": 1,
"icon": "octicon octicon-settings",
"type": "module",
"hidden": 1,
"description": "Global settings for all modules in ERPNext, with Email Digest and SMS."
},
] ]

View File

@@ -198,7 +198,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"items": [ "items": [
{ {
"type": "doctype", "type": "doctype",

View File

@@ -105,7 +105,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "icon-cog", "icon": "icon-cog",
"items": [ "items": [
{ {

View File

@@ -30,7 +30,7 @@ def get_data():
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"items": [ "items": [
{ {
"type": "help", "type": "help",

View File

@@ -106,7 +106,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {

View File

@@ -4,7 +4,7 @@ from frappe import _
def get_data(): def get_data():
return [ return [
{ {
"label": _("Setup"), "label": _("Settings"),
"items": [ "items": [
{ {
"type": "doctype", "type": "doctype",

View File

@@ -97,7 +97,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"items": [ "items": [
{ {
"type": "doctype", "type": "doctype",

View File

@@ -112,7 +112,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {

View File

@@ -86,7 +86,7 @@ def get_data():
] ]
}, },
{ {
"label": _("Setup"), "label": _("Settings"),
"icon": "fa fa-cog", "icon": "fa fa-cog",
"items": [ "items": [
{ {