From 878a18528c2f285e3c6a4ef95d4ae21a5ad5ce40 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 26 May 2015 12:40:57 +0530 Subject: [PATCH] Added BOM Browser link in Manufacturing home page --- erpnext/config/manufacturing.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py index f982dffc32c..4fa8451f5ea 100644 --- a/erpnext/config/manufacturing.py +++ b/erpnext/config/manufacturing.py @@ -55,6 +55,14 @@ def get_data(): "name": "BOM Replace Tool", "description": _("Replace Item / BOM in all BOMs"), }, + { + "type": "page", + "name": "bom-browser", + "icon": "icon-sitemap", + "label": _("BOM Browser"), + "description": _("Tree of Bill of Materials"), + "doctype": "BOM" + } ] }, {