[fix] rename account browser and sales browser to tree/doctype for view

This commit is contained in:
Saurabh
2016-06-21 13:19:17 +05:30
parent ac53357f53
commit 1702273968
12 changed files with 39 additions and 39 deletions

View File

@@ -51,10 +51,10 @@ def get_data():
},
{
"type": "page",
"name": "Accounts Browser",
"name": "Tree",
"icon": "icon-sitemap",
"label": _("Chart of Accounts"),
"route": "Accounts Browser/Account",
"route": "Tree/Account",
"description": _("Tree of financial accounts."),
"doctype": "Account",
},