odoo/industry#2233

Created by Abdelrahman Rashed (aras)
Merged at de004e8eff5503826bf2db78e1f835f618598175

Statuses:

label
odoo-dev:saas-19.1-test-booking-engine-fix-overbooking-ecommerce-time-aras
head
0dad83f7482452e934bd7ebef0a792e316c3ec86
merged
1 day ago by François Vasamillet (frva)
odoo/industry
saas-19.1 #2233
saas-19.2 #2234
saas-19.3 #2235
master #2236

[FIX] test_booking_engine: set pickup/return times

Before this commit there were not pickup/return times added for product in overbooking ecommerce tests, which caused the start/end times of the rental order to be different from the intended start/end times. After this commit, the pickup/return times have been set and the tests now check that the sale order time is exactly the same as the pickup/return times, instead of withing a relative possible timeframe as how it was.