From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/mail/data/ir_cron_data.xml | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 addons/mail/data/ir_cron_data.xml (limited to 'addons/mail/data/ir_cron_data.xml') diff --git a/addons/mail/data/ir_cron_data.xml b/addons/mail/data/ir_cron_data.xml new file mode 100644 index 00000000..10073110 --- /dev/null +++ b/addons/mail/data/ir_cron_data.xml @@ -0,0 +1,59 @@ + + + + + Mail: Email Queue Manager + + code + model.process_email_queue() + + 1 + hours + -1 + + + + + Publisher: Update Notification + + code + model.update_notification(None) + + 1 + weeks + -1 + + + 1000 + + + + + + + + Mail: Notify channel moderators + + code + model._notify_moderators + + 1 + days + -1 + + 1000 + + + + Notification: Delete Notifications older than 6 Month + 1 + days + -1 + + + model._gc_notifications(max_age_days=180) + code + + + + -- cgit v1.2.3