Change 1 of 1
Event combos
Combine event registration and food/beverages in a combo ticket with distinct VAT rates.
Official Odoo 20 release note
In plain words
An event ticket can now include Additional Products, such as a lunch box. The ticket's total price adds them up, and when the ticket is sold each product is added as its own sale order line linked to the ticket, so each one keeps its own taxes.
Where to find it
- Events, open Design Fair Los Angeles, Tickets tab.
- Enable the optional columns Additional Products and Total Price.
- Add a product such as Lunch Box to the Standard ticket.
For users
On the event Tickets tab, show the Additional Products and Total Price columns to build combo tickets.
For developers
New field additional_product_ids on event.type.ticket / event.event.ticket and total_price computed from it; website_event_sale adds each product with linked_line_id to the ticket line.
Upgrading from Odoo 19
No migration. Custom ticket pricing code should take total_price into account.
- The screenshot shows the combo setup on the ticket; the separate tax per line comes from each product's own taxes on the sale order.
