Skip to content

Commit 83308e7

Browse files
[REM] test_booking_engine: move overbooking to standard
This commit removes overbooking test as they are now handled in standard, follow up to: odoo/enterprise#116430 task-6179505
1 parent ad4dfd5 commit 83308e7

4 files changed

Lines changed: 0 additions & 333 deletions

File tree

tests/test_booking_engine/__manifest__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
'category': 'Hidden/Tests',
55
'description': """A module to test code in the industry Booking Engine.""",
66
'depends': ['base'],
7-
'assets': {
8-
'web.assets_tests': [
9-
'test_booking_engine/static/src/js/tours/**/*',
10-
],
11-
},
127
'license': 'LGPL-3',
138
'author': 'Odoo S.A.',
149
}

tests/test_booking_engine/static/src/js/tours/booking_tour.js

Lines changed: 0 additions & 80 deletions
This file was deleted.

tests/test_booking_engine/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
from . import test_action_server
44
from . import test_computed_fields
5-
from . import test_overbooking

tests/test_booking_engine/tests/test_overbooking.py

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)