[IMP] survey_record_generation : remove obsolete param ignore_when_res_partner_mandatory_fields_are_missing
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m33s
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m33s
This commit is contained in:
@@ -34,9 +34,7 @@ class SurveyUserInput(models.Model):
|
|||||||
|
|
||||||
return action
|
return action
|
||||||
|
|
||||||
def _mark_done(
|
def _mark_done(self):
|
||||||
self, ignore_when_res_partner_mandatory_fields_are_missing: bool = False
|
|
||||||
):
|
|
||||||
# generate records
|
# generate records
|
||||||
for user_input in self:
|
for user_input in self:
|
||||||
created_records = {}
|
created_records = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user