fix: SO link on PO and add in missing dashboard references on both
This commit is contained in:
@@ -14,18 +14,31 @@ def get_data():
|
|||||||
"Material Request": ["items", "material_request"],
|
"Material Request": ["items", "material_request"],
|
||||||
"Supplier Quotation": ["items", "supplier_quotation"],
|
"Supplier Quotation": ["items", "supplier_quotation"],
|
||||||
"Project": ["items", "project"],
|
"Project": ["items", "project"],
|
||||||
|
"Sales Order": ["items", "sales_order"],
|
||||||
|
"BOM": ["items", "bom"],
|
||||||
|
"Production Plan": ["items", "production_plan"],
|
||||||
|
"Blanket Order": ["items", "blanket_order"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Related"), "items": ["Purchase Receipt", "Purchase Invoice"]},
|
{
|
||||||
{"label": _("Payment"), "items": ["Payment Entry", "Journal Entry", "Payment Request"]},
|
"label": _("Related"),
|
||||||
|
"items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": _("Payment"),
|
||||||
|
"items": ["Payment Entry", "Journal Entry", "Payment Request"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": _("Reference"),
|
"label": _("Reference"),
|
||||||
"items": ["Material Request", "Supplier Quotation", "Project", "Auto Repeat"],
|
"items": ["Supplier Quotation", "Project", "Auto Repeat"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": _("Manufacturing"),
|
||||||
|
"items": ["Material Request", "BOM", "Production Plan", "Blanket Order"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Sub-contracting"),
|
"label": _("Sub-contracting"),
|
||||||
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
|
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
|
||||||
},
|
},
|
||||||
{"label": _("Internal"), "items": ["Sales Order"]},
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ def get_data():
|
|||||||
},
|
},
|
||||||
"internal_links": {
|
"internal_links": {
|
||||||
"Quotation": ["items", "prevdoc_docname"],
|
"Quotation": ["items", "prevdoc_docname"],
|
||||||
|
"BOM": ["items", "bom_no"],
|
||||||
|
"Blanket Order": ["items", "blanket_order"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{
|
||||||
@@ -23,7 +25,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
|
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
|
||||||
{"label": _("Projects"), "items": ["Project"]},
|
{"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": _("Reference"), "items": ["Quotation", "Auto Repeat", "Stock Reservation Entry"]},
|
||||||
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
|
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user