Sunday, March 29, 2026
3 changes · saas-19.1
Resolved issues and error corrections
This update removes a duplicate field for comments on customer ratings forms. The original change introduced an issue because the related module wasn't properly integrated with the Helpdesk module. This reversion ensures the customer rating form functions as intended, streamlining the feedback process.
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 Forward-Port-Of: odoo/enterprise#112422
This update ensures that all future appraisals and related data for departing employees are automatically removed from the system. This prevents outdated appraisals from cluttering the system and ensures data accuracy when an employee leaves the company. It also removes the employee from any appraisal roles they held.
Original PR description
Currently, when an employee leaves the company, their future appraisals remain active and can still be completed. This fix ensures that, upon employee departure: - all future appraisals are removed - the employee is removed from appraisals where they are an appraiser - all their personal goals are archived task: 6036427 Forward-Port-Of: odoo/enterprise#112061 Forward-Port-Of: odoo/enterprise#111589
This update removes a duplicate 'Comment' field from the customer rating form. The field was originally defined in a separate module (portal_rating) that wasn't properly integrated with the main project module. This change 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 Forward-Port-Of: odoo/odoo#256527