[MIG] base_technical_user: Migration to 15.0

pull/2510/head
Héctor Villarreal Ortega 2022-09-19 16:21:35 +02:00 committed by Daniel Duque
parent b22993673f
commit 44bffc5726
2 changed files with 3 additions and 3 deletions

View File

@ -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"],

View File

@ -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()