Files
Enofirm-Temp/addons/rating/controllers/thread.py
T
2026-09-18 13:55:25 +07:00

10 lines
301 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.mail.controllers import thread
class ThreadController(thread.ThreadController):
def _get_allowed_message_post_params(self):
return super()._get_allowed_message_post_params() | {"rating_value"}