Wednesday, June 17, 2020
3 changes · master
Resolved issues and error corrections
Notification action buttons now appear below the message instead of beside it, making alerts easier to read and use. The close button is also correctly positioned when a notification has no title, improving consistency in the web interface.
Original PR description
Prior to this commit, the buttons were place at the right of the notification message and the close button was misplaced when no title was provided. After this commit, the buttons are placed at the bottom of the notification so that the close button is now at the right end of the notification. This commit also modifies the size of the buttons to btn-sm. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The task form now hides the sales order line field when there are no linked timesheets. This reduces confusion by showing the field only when timesheet entries make it relevant.
Original PR description
Before not any timesheets linked to the task, the SOL field should be visible. In this task we fixed, if there are no timesheets linked to the task then the SOL field should not be visible. TaskID: 2266104
This change fixes a reliability issue where the application could fail to complete its loading process when navigation changed in the browser. It helps users experience smoother transitions and fewer interruptions while moving around the system.