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