feat: show Stock Reconciliation links on item dashboard

This commit is contained in:
Ankush Menat 2022-04-07 15:40:35 +05:30 committed by Ankush Menat
parent 26abfd4d7c
commit 2f1e98d1e8

View File

@ -31,7 +31,7 @@ def get_data():
},
{"label": _("Manufacture"), "items": ["Production Plan", "Work Order", "Item Manufacturer"]},
{"label": _("Traceability"), "items": ["Serial No", "Batch"]},
{"label": _("Move"), "items": ["Stock Entry"]},
{"label": _("Stock Movement"), "items": ["Stock Entry", "Stock Reconciliation"]},
{"label": _("E-commerce"), "items": ["Website Item"]},
],
}