Friday, May 23, 2025
3 changes · saas-17.4
Resolved issues and error corrections
The review popup now shows the correct button label when someone edits an existing review. This avoids confusion by making it clear that the action will update the review rather than create a new one.
Original PR description
**Before this PR:** The button label in the popup does not update when a user tries to edit a review. Technical- The button label updates only during the widget initialization, as it is handled in the willStart function. https://tinyurl.com/2derk498 **After this PR:** The button label in the popup correctly updates to 'Update Review' when a user edits a review. **Task**-4677251
The "Seen by" popup in Mail now shows who has viewed a message without displaying the viewing date. This keeps the popup simpler and avoids showing unnecessary timestamp details to users.
Original PR description
This commit removes the date in the message "Seen by" popup. task-4630168
A test was added to confirm that POS due amount settlements correctly reconcile the related accounting entries. This helps reduce the risk of payment settlement issues going unnoticed in future updates.
Original PR description
This commit adds a test to ensure that account move lines (aml) are properly reconciled when settling due amounts in the POS. enterprise PR: https://github.com/odoo/odoo/pull/209940