chore: add SRE link in PR Connections
This commit is contained in:
parent
adf313a6d3
commit
24788ddcc0
@ -10,6 +10,7 @@ def get_data():
|
||||
"Landed Cost Voucher": "receipt_document",
|
||||
"Auto Repeat": "reference_document",
|
||||
"Purchase Receipt": "return_against",
|
||||
"Stock Reservation Entry": "from_voucher_no",
|
||||
},
|
||||
"internal_links": {
|
||||
"Material Request": ["items", "material_request"],
|
||||
@ -18,7 +19,10 @@ def get_data():
|
||||
"Quality Inspection": ["items", "quality_inspection"],
|
||||
},
|
||||
"transactions": [
|
||||
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
|
||||
{
|
||||
"label": _("Related"),
|
||||
"items": ["Purchase Invoice", "Landed Cost Voucher", "Asset", "Stock Reservation Entry"],
|
||||
},
|
||||
{
|
||||
"label": _("Reference"),
|
||||
"items": ["Material Request", "Purchase Order", "Quality Inspection", "Project"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user