From 693b05a189bd8333a3c3a7c5731c3ce23821d119 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 9 Dec 2014 18:21:18 +0100 Subject: [PATCH] Compatibilize test with Travis. See https://github.com/OCA/server-tools/pull/81#issuecomment-66042648 --- cron_run_manually/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron_run_manually/__openerp__.py b/cron_run_manually/__openerp__.py index 4e92e72ed..87186c96c 100644 --- a/cron_run_manually/__openerp__.py +++ b/cron_run_manually/__openerp__.py @@ -28,7 +28,7 @@ This module adds a button to the cron scheduled task form in OpenERP that allows the administrator to run the job immediately, independently of the scheduler. """, - 'depends': ['base'], + 'depends': ['base', 'mail'], 'data': ['view/ir_cron.xml'], "test": [ "tests/correct_uid.yml",