odoo/tutorials#237

Created by Kishankumar Bharatbhai Gajera (kiga)
Closed
label
odoo-dev:18.0-practice-task-kiga
head
4706d7e05921e177ecf6d2b48b0071f1eb8f6970
odoo/tutorials
18.0 #237

[ADD] event_ticket_registration_limit, website_appointment_filters, and sale_extension modules

module: event_ticket_registration_limit
- add a new field to event.event.ticket as max_tickets_per_registration
to limit the number of tickets per registration.
- alter event.event_event_ticket_view_tree_from_event and
website.website_event.modal_ticket_registration views to add the field

task-4504632


module: website_appointment_filters
- add a module to filter the appointments on website
- filters:
- mode [all/online/offline]
- type [all/paid/free]
- schedule [all/resources/users]

task-4505947


module: sale_extension
- add wizard to list order lines to distribute the cost

task-4496358