[IMP] survey_record_generation : remove obsolete param ignore_when_res_partner_mandatory_fields_are_missing #14

Merged
mondot merged 1 commits from survey_record_generation-remove-unused-param into 16.0 2025-12-02 14:56:09 +00:00
Showing only changes of commit 6576f28346 - Show all commits

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