[minor] dashboard cleanups
This commit is contained in:
parent
9007815ddc
commit
e60c2c7b7a
@ -6,7 +6,6 @@ def get_data():
|
||||
'fieldname': 'request_for_quotation',
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Related'),
|
||||
'items': ['Supplier Quotation']
|
||||
},
|
||||
]
|
||||
|
11
erpnext/crm/doctype/lead/lead_dashboard.py
Normal file
11
erpnext/crm/doctype/lead/lead_dashboard.py
Normal file
@ -0,0 +1,11 @@
|
||||
from frappe import _
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
'fieldname': 'lead',
|
||||
'transactions': [
|
||||
{
|
||||
'items': ['Opportunity', 'Quotation']
|
||||
},
|
||||
]
|
||||
}
|
@ -8,7 +8,6 @@ def get_data():
|
||||
},
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Related'),
|
||||
'items': ['Quotation', 'Supplier Quotation']
|
||||
},
|
||||
]
|
||||
|
@ -5,7 +5,6 @@ def get_data():
|
||||
'fieldname': 'prevdoc_docname',
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Related'),
|
||||
'items': ['Sales Order']
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user