commit | 6224cfc414ab497d6f0b13b331f334bcb582a813 | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Tue Jul 07 17:10:24 2015 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Mon Jul 13 12:41:28 2015 +0530 |
tree | 8d45810bb424858b8eb3d66a13d953af8d60ca28 | |
parent | 700434ff3769d516e0776ed5228ed25d71e56b80 [diff] |
Manage Variants added in Tools under Stock Module
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index 70bb258..f4ec6f0 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py
@@ -83,6 +83,11 @@ "name": "Stock UOM Replace Utility", "description": _("Change UOM for an Item."), }, + { + "type": "doctype", + "name": "Manage Variants", + "description": _("Manage Item Variants."), + }, ] }, {