[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

View File

@@ -34,9 +34,7 @@ class SurveyUserInput(models.Model):
return action
def _mark_done(
self, ignore_when_res_partner_mandatory_fields_are_missing: bool = False
):
def _mark_done(self):
# generate records
for user_input in self:
created_records = {}