Sunday, March 29, 2026
2 changes · saas-18.3
Resolved issues and error corrections
This change removes a duplicate 'Comment' field from the customer rating form. The original implementation relied on a module not directly connected to the Helpdesk module, causing an issue. This reversion ensures the form functions correctly and avoids redundant data entry.
Original PR description
This reverts commit de8dd6703393ec83fbdbe76dd0c69654ac72e662 because the publisher_comment field in `rating.rating` model is defined in `portal_rating` module and that module is not in the dependencies of helpdesk module. task-5359052
Features or functions removed from Odoo
This update removes a duplicate 'Comment' field from the customer rating form. The change was necessary because the field was originally defined in a separate module that wasn't properly integrated with the core project module. This ensures a cleaner and more streamlined user experience for rating submissions.
Original PR description
This reverts commit 1f762031d8afdb0dcf019205c3b60bba6ab8279c because the publisher_comment field in `rating.rating` model is defined in `portal_rating` module and that module is not in the dependencies of project module. task-5359052