Tuesday, April 25, 2023
3 changes
Enhancements to existing features
The Field Service task search view was adjusted to stay compatible with related platform changes. This helps preserve search behavior for field service users as an older reference field is removed.
Original PR description
This commit moves a field in the inherited fsm task search view, since the field of reference is being removed. Community: https://github.com/odoo/odoo/pull/118515 Task-3264820
Helpdesk ticket titles can now expand across multiple lines when they are too long for the form header. This makes long ticket names easier for support teams to read without changing the underlying ticket workflow.
Original PR description
This commit changes the ticket form title to a text widget to make it possible to display it on multiple lines when too long. This is directly linked to changes in community: https://github.com/odoo/odoo/pull/117355 task-3138826
Daily point-of-sale reports now include a higher count for cash box openings. This improves the accuracy of end-of-day reporting and helps businesses better track cash drawer activity.
Original PR description
Increase the count of the cash box opening for the daily reports. task-id: 2206846