diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 7d56122de20..c435efb9440 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -30,6 +30,15 @@ data = [ "name": "Supplier", "description": _("Supplier database.") }, + { + "type": "page", + "name": "Accounts Browser", + "icon": "icon-sitemap", + "label": _("Chart of Accounts"), + "route": "Accounts Browser/Account", + "description": _("Tree of finanial accounts."), + "doctype": "Account", + }, ] }, {