fix(stock): add stock entry in batch master connection

(cherry picked from commit fee5bcadb2)
This commit is contained in:
Sudharsanan11
2026-04-26 00:02:10 +05:30
committed by Mergify
parent 85d1eb8379
commit 62bbe28a72

View File

@@ -7,7 +7,7 @@ def get_data():
"transactions": [
{"label": _("Buy"), "items": ["Purchase Invoice", "Purchase Receipt"]},
{"label": _("Sell"), "items": ["Sales Invoice", "Delivery Note"]},
{"label": _("Move"), "items": ["Serial and Batch Bundle"]},
{"label": _("Move"), "items": ["Stock Entry", "Serial and Batch Bundle"]},
{"label": _("Quality"), "items": ["Quality Inspection"]},
],
}