Merge pull request #6406 from rohitwaghchaure/add_sq_in_opportunity

Opportunity, added supplier quotation in the dashboard
This commit is contained in:
Nabin Hait 2016-09-19 19:14:39 +05:30 committed by GitHub
commit acc3f43666

View File

@ -1,11 +1,14 @@
from frappe import _ from frappe import _
data = { data = {
'fieldname': 'prevdoc_docname', 'fieldname': 'opportunity',
'non_standard_fieldnames': {
'Quotation': 'prevdoc_docname'
},
'transactions': [ 'transactions': [
{ {
'label': _('Related'), 'label': _('Related'),
'items': ['Quotation'] 'items': ['Quotation', 'Supplier Quotation']
}, },
] ]
} }