Moved Installation note from tools to documents section

This commit is contained in:
Nabin Hait 2014-09-23 14:53:30 +05:30
parent 32a9dfd983
commit 996a1010cb

View File

@ -26,6 +26,11 @@ def get_data():
"name": "Purchase Receipt", "name": "Purchase Receipt",
"description": _("Goods received from Suppliers."), "description": _("Goods received from Suppliers."),
}, },
{
"type": "doctype",
"name": "Installation Note",
"description": _("Installation record for a Serial No.")
},
{ {
"type": "doctype", "type": "doctype",
"name": "Item", "name": "Item",
@ -57,11 +62,6 @@ def get_data():
"name": "Stock Reconciliation", "name": "Stock Reconciliation",
"description": _("Upload stock balance via csv.") "description": _("Upload stock balance via csv.")
}, },
{
"type": "doctype",
"name": "Installation Note",
"description": _("Installation record for a Serial No.")
},
{ {
"type": "doctype", "type": "doctype",
"name": "Packing Slip", "name": "Packing Slip",