Moved Installation note from tools to documents section
This commit is contained in:
parent
32a9dfd983
commit
996a1010cb
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user