Hello,
using version 17 on odoo.sh
I'm setting up a rental website. where customers can make reservations for renting an item through the calendar view.
When an item is allready rented out for a certain period, this period should be colored red in the calendar selection view for that product.
But some items, I got 2 or more of it, in stock.
So with inventory app, I can set stock to 2 or more.
When an item is reserved by a client, the period should stay available in the calendar selection on the site, and ONLY turn red if ALL available items are reserved allready for that period.
If at least 1 item in stock is still free, the client should be able to reserve that period.
Is this possible?