Skip to content

Commit

Permalink
[MIG] resource_booking_simultaneous_human to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsirintanis committed Jun 3, 2024
1 parent dc0671f commit be6a8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resource_booking_simultaneous_human/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"summary": """
When a resource of type human is scheduled for a booking, they will remain
simultaneously available for other bookings.""",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Appointments",
"website": "https://github.com/OCA/calendar",
"author": "Odoo Community Association (OCA), Coop IT Easy SC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from freezegun import freeze_time

from odoo.exceptions import ValidationError
from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


@freeze_time("2021-1-1")
class TestResourceCalendar(SavepointCase):
class TestResourceCalendar(TransactionCase):
@classmethod
def setUpClass(cls, *args, **kwargs):
super().setUpClass(*args, **kwargs)
Expand Down

0 comments on commit be6a8fd

Please sign in to comment.