mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed
This commit is contained in:
committed by
Murtuza Saleh
parent
99a15c2aa3
commit
b795faf941
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user