Skip to content

Commit

Permalink
[FIX]pms_l10n_es: force send ses communication call method
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Dec 17, 2024
1 parent f3daffc commit 36a78a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pms_l10n_es/models/pms_ses_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 36a78a9

Please sign in to comment.