[MIG] sale_exception_user: bump version and change deprecated SavepointCase to TransactionCase

This commit is contained in:
Cedric Collins
2022-01-16 22:43:50 -06:00
parent 657f161f70
commit ad972d5d71
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{
'name': 'Sale Exception Rule User',
'version': '14.0.1.0.0',
'version': '15.0.1.0.0',
'author': 'Hibou Corp.',
'license': 'OPL-1',
'category': 'Generic Modules',

View File

@@ -1,9 +1,9 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
from odoo.tests import Form, SavepointCase
from odoo.tests import Form, TransactionCase
class TestSaleException(SavepointCase):
class TestSaleException(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()