[FIX] Playing test after install must not be mandatory anymore because there is no post install hook anymore

pull/2609/head
Florian da Costa 2023-04-18 16:37:48 +02:00
parent 520cc67ad2
commit 1416e8d12c
1 changed files with 1 additions and 3 deletions

View File

@ -2,11 +2,9 @@
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase, at_install, post_install
from odoo.tests.common import TransactionCase
@at_install(False)
@post_install(True)
class TestModule(TransactionCase):
def setUp(self):
super().setUp()