odoo/tutorials#692
Created by Ayush Kumar (kuay)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 0s)
- ci/tutorial: (runtime 146s)
- label
- odoo-dev:18.0-practice-task-kuay
- head
- 705dd6eda045c755c56f5987abb398269b0b13c1
odoo/tutorials | |
---|---|
18.0 | #692 missing statuses missing r+ |
master |
Enhance Appointment Filters: Type, Appointment Schedule, and Payment Step
This PR introduces enhanced filtering options for appointments, improving the user experience when searching for specific appointments. The following filters have been added:
Appointment Type Filter: Allows users to filter appointments based on whether they are online or offline.
Schedule Filter: Enables filtering based on scheduling criteria, allowing users to choose between appointments scheduled by users or resources.
Payment Step Filter: Adds a filter to distinguish between appointments that require a payment step and those that do not.
These filters enhance the appointment browsing experience, making it easier for users to find relevant appointments based on their preferences. The implementation follows the existing filtering structure used in similar features, such as event filtering.