diff --git a/frappe/config/users_and_permissions.py b/frappe/config/users_and_permissions.py index 6f739d43ce..d50235e4a3 100644 --- a/frappe/config/users_and_permissions.py +++ b/frappe/config/users_and_permissions.py @@ -64,4 +64,22 @@ def get_data(): } ] }, + { + "label": _("Logs"), + "icon": "fa fa-group", + "items": [ + { + "type": "doctype", + "name": "Activity Log", + "label": _("Activity Log"), + "description": _("Activity Log by ") + }, + { + "type": "doctype", + "name": "Access Log", + "label": _("Access Log"), + "description": _("View Log of all print, download and export events") + } + ] + } ] \ No newline at end of file