chore: added RFQ Link to Opportunity Dashboard (#30894)

added Link to Dashboard

added backlink to Request for Quotation in the Quotation dashboard for transparency and ease of navigation.
This commit is contained in:
Wolfram Schmidt
2022-05-13 08:31:52 +02:00
committed by GitHub
parent 0bbed414f8
commit c4a2778359

View File

@@ -2,6 +2,6 @@ def get_data():
return {
"fieldname": "opportunity",
"transactions": [
{"items": ["Quotation", "Supplier Quotation"]},
{"items": ["Quotation", "Request for Quotation", "Supplier Quotation"]},
],
}