From 6224cfc414ab497d6f0b13b331f334bcb582a813 Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Tue, 7 Jul 2015 17:10:24 +0530 Subject: [PATCH] Manage Variants added in Tools under Stock Module --- erpnext/config/stock.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index 70bb258af9..f4ec6f087c 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -83,6 +83,11 @@ def get_data(): "name": "Stock UOM Replace Utility", "description": _("Change UOM for an Item."), }, + { + "type": "doctype", + "name": "Manage Variants", + "description": _("Manage Item Variants."), + }, ] }, {