mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_l10n_es: force send ses communication call method
This commit is contained in:
@@ -101,7 +101,7 @@ class PmsSesCommunication(models.Model):
|
|||||||
|
|
||||||
def force_send_communication(self):
|
def force_send_communication(self):
|
||||||
for record in self:
|
for record in self:
|
||||||
self.env["traveller.report.wizard"].ses_send_communication(
|
self.env["traveller.report.wizard"].ses_send_communications(
|
||||||
entity=record.entity,
|
entity=record.entity,
|
||||||
pms_ses_communication_id=record.id,
|
pms_ses_communication_id=record.id,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user