Monday, July 5, 2021
1 change · master
Resolved issues and error corrections
This fix makes the Point of Sale interface properly show a blocking overlay while it is sending information to the server. This helps prevent users from interacting with the screen during processing, reducing duplicate actions or confusion.
Original PR description
Before this commit, the block UI component was not visible so the interface was not blocked when sending RPC (at least). After this commit, the block UI works correctly 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