Wednesday, October 30, 2024
6 changes · master
Enhancements to existing features
The default administrator email address is no longer set in regular system data and is only included when demo data is loaded. This reduces the chance that placeholder contact details are accidentally used in real business processes.
Original PR description
Since the admin's e-mail could be used in business flows, we will define it only in demo data. task-3226893 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The task list view in Project now uses narrower columns to make better use of available screen space. This helps users see more task information at once with less horizontal scrolling or wasted space.
Original PR description
**Improvement** This PR reduces the width of columns in the task list view for better space utilization. task-4034478
This update modernizes the automated testing used for mobile barcode scanning in Odoo. It helps keep barcode and point of sale workflows reliable without changing day-to-day user features.
Original PR description
task-4028335 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
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