[minor] dashboard cleanups

This commit is contained in:
Rushabh Mehta 2016-12-26 15:53:41 +05:30
parent 9007815ddc
commit e60c2c7b7a
4 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,6 @@ def get_data():
'fieldname': 'request_for_quotation',
'transactions': [
{
'label': _('Related'),
'items': ['Supplier Quotation']
},
]

View File

@ -0,0 +1,11 @@
from frappe import _
def get_data():
return {
'fieldname': 'lead',
'transactions': [
{
'items': ['Opportunity', 'Quotation']
},
]
}

View File

@ -8,7 +8,6 @@ def get_data():
},
'transactions': [
{
'label': _('Related'),
'items': ['Quotation', 'Supplier Quotation']
},
]

View File

@ -5,7 +5,6 @@ def get_data():
'fieldname': 'prevdoc_docname',
'transactions': [
{
'label': _('Related'),
'items': ['Sales Order']
},
]