Opportunity, added supplier quotation in the dashboard

This commit is contained in:
Rohit Waghchaure 2016-09-19 18:36:21 +05:30
parent 79a3e632ed
commit 5b5f3743dd

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']
}, },
] ]
} }