Show Chart of Accounts in Accounts > Documents. Fixes #1559
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 7d56122..c435efb 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -30,6 +30,15 @@
"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",
+ },
]
},
{