From 85c77272a9f82e18bb73280a1d7a1263815df9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20L=C3=B3pez?= Date: Fri, 10 Nov 2017 05:08:00 +0000 Subject: [PATCH] =?UTF-8?q?[FIX]=C2=A0contract=5Fpayment=5Fauto:=20Fix=20f?= =?UTF-8?q?reze=20wkhtmltopdf=20freezed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contract_payment_auto/tests/test_account_analytic_account.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contract_payment_auto/tests/test_account_analytic_account.py b/contract_payment_auto/tests/test_account_analytic_account.py index dc90b395..0b7768d3 100644 --- a/contract_payment_auto/tests/test_account_analytic_account.py +++ b/contract_payment_auto/tests/test_account_analytic_account.py @@ -13,8 +13,9 @@ from odoo.tests import common from ..models import account_analytic_account +@common.at_install(False) +@common.post_install(True) class TestAccountAnalyticAccount(common.HttpCase): - def setUp(self): super(TestAccountAnalyticAccount, self).setUp() self.Model = self.env['account.analytic.account']