fix: Add BOM Comparison Tool to module view

This commit is contained in:
Faris Ansari 2019-07-30 17:11:18 +05:30
parent 1214e2d2a4
commit 66064c7827

View File

@ -94,6 +94,13 @@ def get_data():
"name": "BOM Update Tool",
"description": _("Replace BOM and update latest price in all BOMs"),
},
{
"type": "page",
"label": _("BOM Comparison Tool"),
"name": "bom-comparison-tool",
"description": _("Compare BOMs for changes in Raw Materials and Operations"),
"data_doctype": "BOM"
},
]
},
{