Browse Source

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

pull/619/head
Pedro M. Baeza 6 years ago
committed by Andrea
parent
commit
8dcd23deab
  1. 6
      account_tax_balance/tests/test_account_tax_balance.py

6
account_tax_balance/tests/test_account_tax_balance.py

@ -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()

Loading…
Cancel
Save