Skip to content

Commit

Permalink
fix: add Sales Order reference in Material Request Dashboard
Browse files Browse the repository at this point in the history
(cherry picked from commit 15ebf4a)
  • Loading branch information
s-aga-r authored and mergify[bot] committed Oct 29, 2022
1 parent db5d74b commit fc63892
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -4,10 +4,13 @@
def get_data():
return {
"fieldname": "material_request",
"internal_links": {
"Sales Order": ["items", "sales_order"],
},
"transactions": [
{
"label": _("Reference"),
"items": ["Request for Quotation", "Supplier Quotation", "Purchase Order"],
"items": ["Sales Order", "Request for Quotation", "Supplier Quotation", "Purchase Order"],
},
{"label": _("Stock"), "items": ["Stock Entry", "Purchase Receipt", "Pick List"]},
{"label": _("Manufacturing"), "items": ["Work Order"]},
Expand Down

0 comments on commit fc63892

Please sign in to comment.