Merge pull request #31967 from rohitwaghchaure/connection-added-for-work-order

fix: material request connection on work order
This commit is contained in:
rohitwaghchaure
2022-08-25 12:29:10 +05:30
committed by GitHub
3 changed files with 15 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ def get_data():
"non_standard_fieldnames": {"Batch": "reference_name"},
"transactions": [
{"label": _("Transactions"), "items": ["Stock Entry", "Job Card", "Pick List"]},
{"label": _("Reference"), "items": ["Serial No", "Batch"]},
{"label": _("Reference"), "items": ["Serial No", "Batch", "Material Request"]},
],
}