mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_asset_transfer: Add post_install tag in tests to prevent test errors since 81aac30dd2
TT33774
This commit is contained in:
committed by
Saran440
parent
e477cf5acc
commit
a35572ac6a
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user