feat: add Subcontracting Receipt link in PO connections
This commit is contained in:
parent
ca8a5b45ba
commit
98cba5ed30
@ -22,7 +22,10 @@ def get_data():
|
|||||||
"label": _("Reference"),
|
"label": _("Reference"),
|
||||||
"items": ["Material Request", "Supplier Quotation", "Project", "Auto Repeat"],
|
"items": ["Material Request", "Supplier Quotation", "Project", "Auto Repeat"],
|
||||||
},
|
},
|
||||||
{"label": _("Sub-contracting"), "items": ["Subcontracting Order", "Stock Entry"]},
|
{
|
||||||
|
"label": _("Sub-contracting"),
|
||||||
|
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
|
||||||
|
},
|
||||||
{"label": _("Internal"), "items": ["Sales Order"]},
|
{"label": _("Internal"), "items": ["Sales Order"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user