Manage Variants added in Tools under Stock Module

This commit is contained in:
Neil Trini Lasrado 2015-07-07 17:10:24 +05:30
parent 700434ff37
commit 6224cfc414

View File

@ -83,6 +83,11 @@ def get_data():
"name": "Stock UOM Replace Utility", "name": "Stock UOM Replace Utility",
"description": _("Change UOM for an Item."), "description": _("Change UOM for an Item."),
}, },
{
"type": "doctype",
"name": "Manage Variants",
"description": _("Manage Item Variants."),
},
] ]
}, },
{ {