Skip to content

Commit

Permalink
[FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 authored and norlinhenrik committed Dec 19, 2019
1 parent 5a0f55c commit 85c7727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract_payment_auto/tests/test_account_analytic_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
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']
Expand Down

0 comments on commit 85c7727

Please sign in to comment.