Skip to content

Commit

Permalink
[MIG] base_multi_company: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow committed Feb 21, 2022
1 parent b19b6ad commit 1e2b646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_multi_company/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Multi Company Base",
"summary": "Provides a base for adding multi-company support to models.",
"version": "14.0.1.1.0",
"version": "15.0.1.1.0",
"author": "ACSONE SA/NV, LasLabs, Tecnativa, Odoo Community Association (OCA)",
"category": "base",
"website": "https:/OCA/multi-company",
Expand Down
4 changes: 2 additions & 2 deletions base_multi_company/tests/test_multi_company_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from odoo.tests import common


class TestMultiCompanyAbstract(common.SavepointCase):
class TestMultiCompanyAbstract(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down Expand Up @@ -46,7 +46,7 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
cls.loader.restore_registry()
super().tearDownClass()
return super().tearDownClass()

def add_company(self, company):
"""Add company to the test record."""
Expand Down

0 comments on commit 1e2b646

Please sign in to comment.