Wednesday, October 18, 2023
1 change · master
Features or functions removed from Odoo
The event registration editor no longer includes an obsolete warning path for insufficient seats. Seat availability is now checked directly when confirming the sales order, giving users a clearer validation error at the right step.
Original PR description
Remove the seats_available_insufficient flow on the event registration editor. As it's no longer possible to confirm an SO and create draft registration. Indeed the registration state is linked to the sale order state. And a validation error is directly raised if there are not enough seats to confirm the SO. task-3555628