[IMP] account_tax_balance: Change tests to post instal and protect again freezes

pull/837/head
Pedro M. Baeza 2018-03-09 16:58:42 +01:00 committed by Valentin Vinagre Urteaga
parent 60d9365486
commit ca0f0cefc8
1 changed files with 4 additions and 2 deletions

View File

@ -4,12 +4,14 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp.fields import Date
from openerp.tests.common import TransactionCase
from openerp.tests.common import HttpCase
from datetime import datetime
from dateutil.rrule import MONTHLY
class TestAccountTaxBalance(TransactionCase):
class TestAccountTaxBalance(HttpCase):
at_install = False
post_install = False
def setUp(self):
super(TestAccountTaxBalance, self).setUp()