Browse Source

[FIX] at_install/post_install test decorators

pull/619/head
Andrea 6 years ago
parent
commit
c20301fd6b
  1. 4
      account_tax_balance/tests/test_account_tax_balance.py

4
account_tax_balance/tests/test_account_tax_balance.py

@ -6,13 +6,13 @@ from datetime import datetime
from dateutil.rrule import MONTHLY
import odoo
from odoo.fields import Date
from odoo.tests.common import HttpCase
@odoo.tests.tagged('post_install', '-at_install')
class TestAccountTaxBalance(HttpCase):
at_install = False
post_install = False
def setUp(self):
super(TestAccountTaxBalance, self).setUp()

Loading…
Cancel
Save