Merge pull request #33304 from s-aga-r/fix/so-mr-ref

fix: `Material Request` reference in internal `Sales Order`
This commit is contained in:
Sagar Sharma 2022-12-12 23:48:14 +05:30 committed by GitHub
commit cb49055aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,10 @@ def get_data():
"Auto Repeat": "reference_document",
"Maintenance Visit": "prevdoc_docname",
},
"internal_links": {"Quotation": ["items", "prevdoc_docname"]},
"internal_links": {
"Quotation": ["items", "prevdoc_docname"],
"Material Request": ["items", "material_request"],
},
"transactions": [
{
"label": _("Fulfillment"),