mail_data.yml 230 Bytes Edit 1 2 3 4 5 6 7 8 9 - I remove the cron of module update notification. - !python {model: ir.cron}: | try: cron_id = ref('mail.ir_cron_module_update_notification') self.unlink(cr, uid, [cron_id]) except ValueError: pass