Monday, January 6, 2025
3 changes
2 changes
Enhancements to existing features
Combo products are now shown with a clearer parent-child layout on preparation displays, making it easier for staff to see which items belong together. Related combo lines also stay synchronized when order changes are handled, reducing confusion and helping kitchen or preparation teams process orders consistently.
Original PR description
- Indent child combo product in prepatration display - Implemented synchronization between combo lines and parent orderlines for consistent handling of the `skip_change` state across all related lines. - Added a parent-child connection for orderlines in preparation display so that we can check the combo parent only to send the combo-lines to the next change and vice versa. Task ID: 4180121 Related: https://github.com/odoo/odoo/pull/180847
The Helpdesk Tickets Analysis report now lets users click report data to open the matching support tickets directly. This makes it faster for teams to move from high-level reporting to the underlying tickets they need to review or act on.
Original PR description
related: https://github.com/odoo/odoo/pull/187262 task-4334996
1 change
Enhancements to existing features
Appointment sharing options and category names have been renamed to be easier to understand, such as “Propose Slots,” “Specific Slots,” and “Shared Calendar.” A new Share button on appointment cards lets users open the link-sharing dialog directly, reducing extra steps when sending appointment links.
Original PR description
Purpose ======= Rename Share Availabilities's Dropdown Menus as following: - Select Dates → Propose Slots - Any Time → Share Calendar Rename Appointment Categories Values as following: - Custom → Specific Slots - Recurring → Regular - Any Time → Shared Calendar Add a 'Share' button on Appointment Type Kanban View, that opens a Custom Link modal to share a appointment link -> Remove 'More Options' button in 'Share Availabilities' form view, as it will covered via a generic button. Task-4221267