Skip to content

Commit

Permalink
feat: add Purchase Order link in SCR connections
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 24, 2023
1 parent 040cc8d commit ca8a5b4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ def get_data():
},
"internal_links": {
"Subcontracting Order": ["items", "subcontracting_order"],
"Purchase Order": ["items", "purchase_order"],
"Project": ["items", "project"],
"Quality Inspection": ["items", "quality_inspection"],
},
"transactions": [
{"label": _("Reference"), "items": ["Subcontracting Order", "Quality Inspection", "Project"]},
{
"label": _("Reference"),
"items": ["Subcontracting Order", "Purchase Order", "Quality Inspection", "Project"],
},
{"label": _("Returns"), "items": ["Subcontracting Receipt"]},
],
}

0 comments on commit ca8a5b4

Please sign in to comment.