Wednesday, June 17, 2020
5 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
This change aims to make the web application finish opening reliably even when the page address changes during startup. It helps prevent users from being blocked by a loading process that does not complete after navigation updates.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- 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.
Users can now delete signed documents as expected. The Sign app’s color selection panel in kanban menus is also positioned correctly, making the interface easier to use.
Original PR description
This fix the delete button on documents and the missplaced color panel for the kanban box. task-2272288