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.

(cherry picked from commit c4a2778359)
This commit is contained in:
Wolfram Schmidt
2022-05-13 08:31:52 +02:00
committed by Mergify
parent 1ecbf33960
commit 24851a8577

View File

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