[FIX] at_install/post_install test decorators

pull/736/head
Andrea 2018-10-07 21:19:32 +02:00 committed by Francisco Ivan Anton Prieto
parent ba2135de25
commit 01574e251a
1 changed files with 2 additions and 2 deletions

View File

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