Merge pull request #16603 from pratu16x7/explore-2.0

fix(modules): add ERPNext settings module
This commit is contained in:
Prateeksha Singh 2019-02-08 08:10:08 +05:30 committed by GitHub
commit 6d541605ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,4 +206,15 @@ def get_data():
'standard': 1,
"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."
},
]