Skip to content

Commit

Permalink
Merge PR #128 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 10, 2023
2 parents 0540637 + 18d79e6 commit 117383d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions account_brand/tests/test_account_analytic_move.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests import tagged
from odoo.tests.common import SavepointCase


@tagged("post_install", "-at_install")
class TestAccountAnalyticMove(SavepointCase):
def setUp(self):
super().setUp()
Expand Down
2 changes: 2 additions & 0 deletions account_brand/tests/test_account_move.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests import tagged
from odoo.tests.common import SavepointCase


@tagged("post_install", "-at_install")
class TestAccountMove(SavepointCase):
def setUp(self):
super(TestAccountMove, self).setUp()
Expand Down
2 changes: 2 additions & 0 deletions account_brand/tests/test_brand_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from lxml import etree

from odoo.exceptions import ValidationError
from odoo.tests import tagged
from odoo.tests.common import Form, TransactionCase

from odoo.addons.brand.models.res_company import (
Expand All @@ -12,6 +13,7 @@
)


@tagged("post_install", "-at_install")
class TestBrandMixin(TransactionCase):
def setUp(self):
super(TestBrandMixin, self).setUp()
Expand Down
2 changes: 2 additions & 0 deletions sale_brand/tests/test_sale_order.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests import tagged
from odoo.tests.common import TransactionCase


@tagged("post_install", "-at_install")
class TestSaleOrder(TransactionCase):
def setUp(self):
super(TestSaleOrder, self).setUp()
Expand Down

0 comments on commit 117383d

Please sign in to comment.