Skip to content

Commit

Permalink
Merge pull request #471 from onesteinbv/12_fix_account_tax_balance
Browse files Browse the repository at this point in the history
[12.0][FIX] account_tax_balance: at_install/post_install test decorators
  • Loading branch information
pedrobaeza committed Oct 11, 2018
2 parents 7bffe7e + 2f9b614 commit 6cd0e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_tax_balance/tests/test_account_tax_balance.py
Expand Up @@ -6,13 +6,13 @@

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()
Expand Down

0 comments on commit 6cd0e16

Please sign in to comment.