Merge PR #1387 into 15.0

Signed-off-by AaronHForgeFlow
This commit is contained in:
OCA-git-bot
2022-05-03 10:08:19 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -8,11 +8,13 @@ import time
from datetime import date, datetime
from odoo import Command, fields
from odoo.tests import tagged
from odoo.tests.common import Form
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged("post_install", "-at_install")
class TestAssetManagement(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls):

View File

@@ -3,10 +3,12 @@
import time
from odoo import fields
from odoo.tests import tagged
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged("post_install", "-at_install")
class TestAssetManagementXls(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls):