fix: Lead and customer dashboard fixes
This commit is contained in:
@@ -5,8 +5,11 @@ def get_data():
|
||||
return {
|
||||
'fieldname': 'lead',
|
||||
'non_standard_fieldnames': {
|
||||
'Quotation': 'customer_name',
|
||||
'Opportunity': 'customer_name'
|
||||
'Quotation': 'party_name',
|
||||
'Opportunity': 'party_name'
|
||||
},
|
||||
'dynamic_links': {
|
||||
'party_name': ['Lead', 'quotation_to']
|
||||
},
|
||||
'transactions': [
|
||||
{
|
||||
|
||||
@@ -7,8 +7,11 @@ def get_data():
|
||||
'heatmap_message': _('This is based on transactions against this Customer. See timeline below for details'),
|
||||
'fieldname': 'customer',
|
||||
'non_standard_fieldnames': {
|
||||
'Quotation': 'customer_name',
|
||||
'Opportunity': 'customer_name'
|
||||
'Quotation': 'party_name',
|
||||
'Opportunity': 'party_name'
|
||||
},
|
||||
'dynamic_links': {
|
||||
'party_name': ['Customer', 'quotation_to']
|
||||
},
|
||||
'transactions': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user