Friday, July 19, 2024
3 changes · saas-17.2
Resolved issues and error corrections
The Planning app now avoids showing an empty warning area when a shift conflicts with an employee's leave. This keeps the shift form layout tidy and makes the warning easier to read for users.
Original PR description
Steps to reproduce: - Open planning app - Create a shift for user who has leave during the slot. - You will get an warning in the form view. Issue: - Warning is not aligned vertically Cause; - This is not issue of alignment but due to a empty div created for conflict slot warning. Solution: - A constraint to stop the empty div which causes alignment issues task-3888018
The Belgian POS blackbox integration now sends a generic device name instead of the name of an older blackbox model. This avoids misleading device identification and helps keep fiscal hardware communication consistent.
Original PR description
We send the name of an old blackbox Now we send a generic name for blackbox device "blackbox"
The follow-up trust widget now receives the missing information it needs to load correctly. This prevents a client-side error that could appear in debug mode, improving reliability for users working with account follow-ups.
Original PR description
The trust widget was missing a prop causing a client stacktrace when in debug mode. It appears in saas-17.2 due to https://github.com/odoo/enterprise/commit/47434fba1acd9b7bcc0a4eb74f6b2dc4454f0068 opw-4058127