Wednesday, October 30, 2024
6 changes
3 changes
Enhancements to existing features
Helpdesk ticket lists now use narrower columns, making it easier to scan more information on screen. Planning slot lists are clearer with planned dates better labeled and allocated time shown alongside the date information where it is more useful.
Original PR description
**Improvement** helpdesk == This PR reduces the width of columns in the helpdesk ticket list view for better space utilization. planning == Key changes: - The 'Allocated Time' label is removed to position the value closer to the 'Start Date' field. - The 'Start Date' field is renamed to 'Planned Date' in the list view. task-4034478
This update removes unused code from the Indian GST returns reporting area. It should make the module easier to maintain without changing day-to-day functionality for users.
The subscription close reason list has been cleaned up by merging two entries that represented the same end-of-contract reason. This reduces confusion for users and keeps subscription reporting and selection more consistent.
Original PR description
The close reason with id 'close_reason_3', is currently the same reason as the 'close_reason_end_of_contract'. To avoid having subscriptions with the same functionnal reason in two different reasons, we merge these two. We keep the one with the id 'close_reason_end_of_contract' as it is referenced in the code base. TASK-ID: 4294258
3 changes
Enhancements to existing features
PDF files encoded in base64 are now recognized and displayed with the standard PDF icon in the web interface. This makes file previews more consistent and helps users identify PDF attachments more easily.
Original PR description
In the o_image scss, add support for the 'application/pdf;base64' mimetype so that these files are also represented with the pdf background image. Task-4263142 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
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 Documents app now shows selected pin-related menu actions with a standard checkmark instead of a pin icon. This makes the drop-down menu more consistent and easier to scan for users.
Original PR description
Specs: Replace the pin icons with the 'v' tick icon from the drop-down items. Technical: Remove the '<i class='fa fa-thumb-tack me-1'/>' pin icon and, based on a condition, add the 'selected' class to the existing 'o-dropdown-item dropdown-item' element. Task-4266470