From 36a78a921a9badab47bc518ce1a3dfe535250839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Tue, 17 Dec 2024 19:52:59 +0100 Subject: [PATCH] [FIX]pms_l10n_es: force send ses communication call method --- pms_l10n_es/models/pms_ses_communication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )