Saturday, August 19, 2023
3 changes · master
Resolved issues and error corrections
The mobile product configurator in Point of Sale now shows quantity buttons in their previous, expected location. This fixes a layout issue from a recent interface update, making it easier for staff to adjust product quantities on mobile devices.
Original PR description
The quantity buttons of the mobile view product configurator where moved during the boostrap refactoring of the pos. This task moves them to the previous location. before:  after:  task-3446503 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a display issue in Point of Sale where the closing popup could appear above the blocking overlay. The change ensures the overlay correctly covers the popup, preventing confusing or unintended interactions during closing actions.
Original PR description
The z index of the closing popup div was changed to a higher index than the blockui z index. This commit sets the z index of the closing popup to a lower value then the blockui z index. before:  after:  task-3471040 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an incorrect option value in delivery pricing rules that was changed by mistake in an earlier update. It helps ensure delivery price rules continue to work as intended without confusing or incorrect configuration behavior.
Original PR description
Oversight of view-pocalypse (odoo/odoo#104741) that wrongly changed it.