Merge pull request #648 from pu-raihan/dev2

fix: allow Table fieldtype while converting Lead to Deal
This commit is contained in:
Shariq Ansari 2025-03-10 19:35:22 +05:30 committed by GitHub
commit f8394c32a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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