From 386dc928e450d297fb83f2a9daa24950a2a74150 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Thu, 6 Oct 2016 10:40:23 +0500 Subject: [PATCH] [PORT] res_partner_mails_count: exclude web_tour_extra, because it's not installable in 10.0 --- res_partner_mails_count/__openerp__.py | 2 +- res_partner_mails_count/templates.xml | 2 ++ res_partner_mails_count/tests/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/res_partner_mails_count/__openerp__.py b/res_partner_mails_count/__openerp__.py index ed59ee1..44ff3c5 100644 --- a/res_partner_mails_count/__openerp__.py +++ b/res_partner_mails_count/__openerp__.py @@ -14,7 +14,7 @@ "depends": [ 'mail_all', - 'web_tour_extra', + # 'web_tour_extra', ], "external_dependencies": {"python": [], "bin": []}, "data": [ diff --git a/res_partner_mails_count/templates.xml b/res_partner_mails_count/templates.xml index 3b48bcf..d1e2a71 100644 --- a/res_partner_mails_count/templates.xml +++ b/res_partner_mails_count/templates.xml @@ -1,6 +1,7 @@ + res.partner.mails.count res.partner diff --git a/res_partner_mails_count/tests/__init__.py b/res_partner_mails_count/tests/__init__.py index e5b223e..c7c5c8e 100644 --- a/res_partner_mails_count/tests/__init__.py +++ b/res_partner_mails_count/tests/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from . import test_mail -from . import test_phantom +# from . import test_phantom