fix(modules): Merge Settings into one, Setup --> Settings
This commit is contained in:
@@ -108,7 +108,7 @@ def get_data():
|
|||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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."
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "icon-cog",
|
"icon": "icon-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ def get_data():
|
|||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "help",
|
"type": "help",
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ def get_data():
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Settings"),
|
||||||
"icon": "fa fa-cog",
|
"icon": "fa fa-cog",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user