Skip to content

Commit

Permalink
[MIG] base_technical_user: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HviorForgeFlow committed Oct 5, 2022
1 parent 0421ab6 commit 5eae2a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_technical_user/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",
"category": "Hidden/Dependency",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"depends": ["base"],
"data": ["views/res_company_view.xml"],
Expand Down
4 changes: 2 additions & 2 deletions base_technical_user/tests/test_sudo_tech.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

from odoo import SUPERUSER_ID
from odoo.exceptions import UserError
from odoo.tests import SavepointCase
from odoo.tests import TransactionCase


class SudoTechCase(SavepointCase):
class SudoTechCase(TransactionCase):
@classmethod
def setUpClass(cls):
super(SudoTechCase, cls).setUpClass()
Expand Down
1 change: 1 addition & 0 deletions setup/base_technical_user/odoo/addons/base_technical_user
6 changes: 6 additions & 0 deletions setup/base_technical_user/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 5eae2a1

Please sign in to comment.