Merge pull request #43388 from CaseSolvedUK/po-so-dash

fix: SO link on PO and add in missing dashboard references on both
This commit is contained in:
ruthra kumar
2024-11-04 14:01:05 +05:30
committed by GitHub
2 changed files with 13 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ def get_data():
},
"internal_links": {
"Quotation": ["items", "prevdoc_docname"],
"BOM": ["items", "bom_no"],
"Blanket Order": ["items", "blanket_order"],
},
"transactions": [
{
@@ -23,7 +25,7 @@ def get_data():
},
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
{"label": _("Projects"), "items": ["Project"]},
{"label": _("Manufacturing"), "items": ["Work Order"]},
{"label": _("Manufacturing"), "items": ["Work Order", "BOM", "Blanket Order"]},
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat", "Stock Reservation Entry"]},
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
],