[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

This commit is contained in:
2025-12-02 15:54:41 +01:00
parent 7183ff6f54
commit 6576f28346

View File

@@ -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 = {}