fix: added lead name field in deal
This commit is contained in:
parent
db5d7860b4
commit
0dc0509be4
@ -17,6 +17,7 @@
|
|||||||
"next_step",
|
"next_step",
|
||||||
"deal_owner",
|
"deal_owner",
|
||||||
"contacts_tab",
|
"contacts_tab",
|
||||||
|
"lead_name",
|
||||||
"email",
|
"email",
|
||||||
"mobile_no",
|
"mobile_no",
|
||||||
"phone",
|
"phone",
|
||||||
@ -265,11 +266,16 @@
|
|||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"label": "Status Change Log",
|
"label": "Status Change Log",
|
||||||
"options": "CRM Status Change Log"
|
"options": "CRM Status Change Log"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "lead_name",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Lead Name"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-01-13 11:50:37.361190",
|
"modified": "2024-01-19 17:13:41.931398",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "CRM Deal",
|
"name": "CRM Deal",
|
||||||
|
|||||||
@ -167,6 +167,7 @@ class CRMLead(Document):
|
|||||||
"organization": organization,
|
"organization": organization,
|
||||||
"deal_owner": self.lead_owner,
|
"deal_owner": self.lead_owner,
|
||||||
"source": self.source,
|
"source": self.source,
|
||||||
|
"lead_name": self.lead_name,
|
||||||
"contacts": [{"contact": contact}],
|
"contacts": [{"contact": contact}],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user