Daily updates from Odoo
Monday, January 6, 2025
2 changes · master
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