fix: allow Table fieldtype while converting Lead to Deal
This commit is contained in:
parent
34690622bf
commit
820b83dfef
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user