[fix] add stock entry link on Material Request Dashboard (#13950)

This commit is contained in:
Saurabh 2018-05-08 15:23:51 +05:30 committed by Nabin Hait
parent b36517158b
commit 40349f4b00

View File

@ -7,7 +7,7 @@ def get_data():
'transactions': [ 'transactions': [
{ {
'label': _('Related'), 'label': _('Related'),
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order'] 'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order', "Stock Entry"]
}, },
{ {
'label': _('Manufacturing'), 'label': _('Manufacturing'),