[IMP] survey_record_generation : remove obsolete param ignore_when_res_partner_mandatory_fields_are_missing #14
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user