[FIX] account_asset_transfer: Add post_install tag in tests to prevent test errors since 81aac30dd2

TT33774
This commit is contained in:
Víctor Martínez
2022-04-18 14:57:34 +02:00
committed by Saran440
parent e477cf5acc
commit a35572ac6a

View File

@@ -4,6 +4,7 @@
from odoo import fields
from odoo.exceptions import UserError
from odoo.tests import tagged
from odoo.tests.common import Form
from odoo.addons.account_asset_management.tests.test_account_asset_management import (
@@ -11,6 +12,7 @@ from odoo.addons.account_asset_management.tests.test_account_asset_management im
)
@tagged("post_install", "-at_install")
class TestAccountAssetTransfer(TestAssetManagement):
@classmethod
def setUpClass(cls):