mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
[minor] dashboard cleanups
This commit is contained in:
@@ -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']
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user