From 12953e0b36df29fff55b6bcf02f30188331b791e Mon Sep 17 00:00:00 2001 From: miguelpadin Date: Mon, 10 Jun 2024 11:12:03 +0100 Subject: [PATCH] [IMP] pms_l10n_es: adjust cron next call --- pms_l10n_es/data/cron_jobs.xml | 90 ++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 43 deletions(-) diff --git a/pms_l10n_es/data/cron_jobs.xml b/pms_l10n_es/data/cron_jobs.xml index 1bc640f90..745f0ccb9 100644 --- a/pms_l10n_es/data/cron_jobs.xml +++ b/pms_l10n_es/data/cron_jobs.xml @@ -1,7 +1,9 @@ - Automatic Send Traveller Report + + Automatic Send Traveller Report + 1 @@ -12,75 +14,58 @@ model.send_file_institution_async() - - Automatic Creation Traveller Communications + + + SES Automatic Creation Traveller Communications + - 3 + 1 - minutes + days -1 code - model.create_pending_notifications_traveller_report() + + model.create_pending_notifications_traveller_report() + - - Automatic Sending Pending Reservation Communications + + + SES Automatic Sending Pending Traveller Reports Communications + - 3 + 1 - minutes + days -1 code - model.ses_send_communications('RH') - - - - Automatic Sending Pending Traveller Reports Communications - - 3 - - minutes - -1 - - code - - model.ses_send_communications('PV') - - Automatic Process Sent Communications + + + SES Automatic Sending Pending Reservation Communications + - 3 + 30 minutes -1 @@ -89,7 +74,26 @@ + model.ses_send_communications('RH') + + + + + SES Automatic Process Sent Communications + + + 30 + + minutes + -1 + + code + + model.ses_process_communications()