[minor] production order link in material request, fixes #6197

This commit is contained in:
Rushabh Mehta 2016-09-19 15:33:46 +05:30
parent bd15e31ea1
commit 5a58d8a11e

View File

@ -7,5 +7,9 @@ data = {
'label': _('Related'),
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order']
},
{
'label': _('Manufacturing'),
'items': ['Production Order']
},
]
}