fix: allow Table fieldtype while converting Lead to Deal

This commit is contained in:
Muhammed Raihan P A 2025-03-09 21:57:15 -08:00 committed by GitHub
parent 34690622bf
commit 820b83dfef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,6 @@ class CRMLead(Document):
"HTML", "HTML",
"Button", "Button",
"Attach", "Attach",
"Table",
] ]
restricted_map_fields = [ restricted_map_fields = [
"name", "name",
@ -233,6 +232,7 @@ class CRMLead(Document):
"first_responded_on", "first_responded_on",
"communication_status", "communication_status",
"sla_creation", "sla_creation",
"status_change_log",
] ]
for field in self.meta.fields: for field in self.meta.fields: