diff --git a/pms_l10n_es/models/pms_ses_communication.py b/pms_l10n_es/models/pms_ses_communication.py index 41056c62b..1991f6bb8 100644 --- a/pms_l10n_es/models/pms_ses_communication.py +++ b/pms_l10n_es/models/pms_ses_communication.py @@ -101,7 +101,7 @@ class PmsSesCommunication(models.Model): def force_send_communication(self): for record in self: - self.env["traveller.report.wizard"].ses_send_communication( + self.env["traveller.report.wizard"].ses_send_communications( entity=record.entity, pms_ses_communication_id=record.id, )