Monday, November 18, 2024
2 changes · saas-17.2
Resolved issues and error corrections
The attendance menu now closes immediately after an employee clicks check in or check out, preventing accidental double clicks from creating duplicate attendance actions. This helps keep attendance records more accurate and reduces manual corrections for HR teams.
Original PR description
Before this commit, a user was able to double click on check-in/check-out. To avoid that the pop-up will be automatically closed when the button will be clicked. task-4316077 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 point of sale lot and serial number dropdown now aligns correctly for users working in right-to-left languages such as Arabic. This improves usability during checkout and inventory tracking without changing behavior for left-to-right languages or mobile users.
Original PR description
The dropdown selection for tracking/lot number is misaligned when the users has a rtl language. Steps to reproduce: ------------------- * Switch the current user to a rtl language (arabic for ex) *…
The dropdown selection for tracking/lot number is misaligned when the users has a rtl language. Steps to reproduce: ------------------- * Switch the current user to a rtl language (arabic for ex) * Open shop session * Select the drawer product > Observation: dropdown selection is misaligned Before vs after fix: ------------------------- RTL computer: * Before:  * After:  RTL mobile: * Before:  * After:  LTR computer: * Before:  * After:  LTR mobile * Before:  * After:  Also works if we move the popup around. opw-4187095