Show Chart of Accounts in Accounts > Documents. Fixes #1559

This commit is contained in:
Anand Doshi 2014-05-02 19:42:27 +05:30
parent 56f29cbb27
commit ef5407479a

View File

@ -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",
},
]
},
{