Tuesday, June 10, 2025
1 change · saas-17.4
Miscellaneous changes
Steps to reproduce: 1.- Install ecommerce. 2.- On the top right we click on edit. 3.- Go to customize > Customers > Rating. 4.- Now go to the bottom of the page and open the ratings. Issue: After the changes done in odoo#121104 we have change a few things, between those things, we are passing the rating stats inside the message when previously we used to add it as another key, also we are computing the same stats for all the messages that we have when we only need it 1 time. Solut
Original PR description
Steps to reproduce: 1.- Install ecommerce. 2.- On the top right we click on edit. 3.- Go to customize > Customers > Rating. 4.- Now go to the bottom of the page and open the ratings. Issue: After the changes done in odoo#121104 we have change a few things, between those things, we are passing the rating stats inside the message when previously we used to add it as another key, also we are computing the same stats for all the messages that we have when we only need it 1 time. Solution: Adapt frontend to properly get the rating_stats and avoid computing them more than what is needed. opw-4155895 Forward-Port-Of: odoo/odoo#183541