[FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed

This commit is contained in:
Moisés López
2017-11-10 05:08:00 +00:00
committed by Murtuza Saleh
parent 99a15c2aa3
commit b795faf941

View File

@@ -4,11 +4,13 @@
# Copyright 2017 Angel Moya <angel.moya@pesol.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import odoo.tests
from odoo.exceptions import ValidationError
from odoo.tests.common import TransactionCase
class TestContractInvoice(TransactionCase):
@odoo.tests.at_install(False)
@odoo.tests.post_install(True)
class TestContractInvoice(odoo.tests.HttpCase):
# Use case : Prepare some data for current test case
def setUp(self):