Merge pull request #32738 from vishdha/pr_dashboard
fix: Added Material Request Reference in Purchase Recipt Dashboard for Tracking
This commit is contained in:
commit
c71f805667
@ -12,13 +12,17 @@ def get_data():
|
|||||||
"Purchase Receipt": "return_against",
|
"Purchase Receipt": "return_against",
|
||||||
},
|
},
|
||||||
"internal_links": {
|
"internal_links": {
|
||||||
|
"Material Request": ["items", "material_request"],
|
||||||
"Purchase Order": ["items", "purchase_order"],
|
"Purchase Order": ["items", "purchase_order"],
|
||||||
"Project": ["items", "project"],
|
"Project": ["items", "project"],
|
||||||
"Quality Inspection": ["items", "quality_inspection"],
|
"Quality Inspection": ["items", "quality_inspection"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
|
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
|
||||||
{"label": _("Reference"), "items": ["Purchase Order", "Quality Inspection", "Project"]},
|
{
|
||||||
|
"label": _("Reference"),
|
||||||
|
"items": ["Material Request", "Purchase Order", "Quality Inspection", "Project"],
|
||||||
|
},
|
||||||
{"label": _("Returns"), "items": ["Purchase Receipt"]},
|
{"label": _("Returns"), "items": ["Purchase Receipt"]},
|
||||||
{"label": _("Subscription"), "items": ["Auto Repeat"]},
|
{"label": _("Subscription"), "items": ["Auto Repeat"]},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user