fix: Material Request reference in internal Sales Order
(cherry picked from commit 78b438f6cf)
This commit is contained in:
@@ -12,7 +12,10 @@ def get_data():
|
|||||||
"Auto Repeat": "reference_document",
|
"Auto Repeat": "reference_document",
|
||||||
"Maintenance Visit": "prevdoc_docname",
|
"Maintenance Visit": "prevdoc_docname",
|
||||||
},
|
},
|
||||||
"internal_links": {"Quotation": ["items", "prevdoc_docname"]},
|
"internal_links": {
|
||||||
|
"Quotation": ["items", "prevdoc_docname"],
|
||||||
|
"Material Request": ["items", "material_request"],
|
||||||
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{
|
||||||
"label": _("Fulfillment"),
|
"label": _("Fulfillment"),
|
||||||
|
|||||||
Reference in New Issue
Block a user