Tuesday, December 3, 2024
1 change · saas-17.4
Resolved issues and error corrections
The purchase screen layout has been adjusted so the Expected Arrival date remains readable when users zoom in. This prevents a nearby vendor delay report button from covering the field, improving usability without changing business processes.
Original PR description
In Odoo, an issue araised where the "Expected Arrival" date field was overlapped when zooming in. This was due to the button "action_purchase_vendor_delay_report". To adress this, the related button was encapsulated within a `<div>` element. This change ensure that the layout remains consistent and the elements does not overlap regardless of the zoom level. opw-4316093 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