Tuesday, June 23, 2020
2 changes · master
Enhancements to existing features
Several Service app fields now update and save more consistently without relying on temporary form-change behavior. This improves reliability when editing helpdesk, planning, timesheet, field service, and forecast records, including multi-record editing in some lists.
Original PR description
Convert onchange methods to stored-editable computed fields for Service applications. ---- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The calendar view can now be configured so the time scale is not shown when it is not useful. This gives businesses more control over how calendars are presented and can make scheduling screens cleaner for users.
Original PR description
Before this commit, it was not possible to prevent displaying the scale on the calendarview. Related: https://github.com/odoo/odoo/pull/52478 Taskid: 2264594