Skip to content

Commit

Permalink
[16.0][MIG] fleet_vehicle_purchase : Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarion-source committed Oct 15, 2024
1 parent e943539 commit e9bae48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fleet_vehicle_purchase/tests/test_purchase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo import fields
from odoo.tests.common import Form, SavepointCase
from odoo.tests.common import Form, TransactionCase


class TestPurchase(SavepointCase):
class TestPurchase(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit e9bae48

Please sign in to comment.