[minor] dashboard cleanups
This commit is contained in:
parent
9007815ddc
commit
e60c2c7b7a
@ -6,7 +6,6 @@ def get_data():
|
|||||||
'fieldname': 'request_for_quotation',
|
'fieldname': 'request_for_quotation',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Supplier Quotation']
|
'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': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Quotation', 'Supplier Quotation']
|
'items': ['Quotation', 'Supplier Quotation']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,6 @@ def get_data():
|
|||||||
'fieldname': 'prevdoc_docname',
|
'fieldname': 'prevdoc_docname',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Sales Order']
|
'items': ['Sales Order']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user