[MIG] base_technical_user: Migration to 15.0
parent
b22993673f
commit
44bffc5726
|
@ -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"],
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue