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

pull/468/head
Pedro M. Baeza 2018-03-09 16:58:42 +01:00
parent 9c9515790a
commit 3d1dd10c56
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()