Thursday, April 25, 2024
2 changes · saas-17.1
Resolved issues and error corrections
The Point of Sale product configurator now avoids showing the same attribute value more than once. This makes product selection clearer for cashiers and reduces the chance of choosing the wrong option during checkout.
Original PR description
Before this commit: =================== product configurator in the point of sale displays duplicate attribute values. After this commit: =================== with this commit, POS product configurator no longer displays duplicate attribute values. task - 3851020
The mail app now avoids counting the same inbox notification twice. This keeps the unread/action counter accurate, reducing confusion for users checking messages that need attention.
Original PR description
This code is a duplicate of the mail.message/inbox notification (https://github.com/odoo/odoo/blob/saas-17.1/addons/mail/static/src/core/web/mail_core_web_service.js#L43) resulting in the counter being incremented twice.