oca-ocb-core/odoo-bringout-oca-ocb-rating/rating/controllers/portal_thread.py
Ernad Husremovic 2d3ee4855a 19.0 vanilla
2026-03-09 09:30:27 +01:00

7 lines
194 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.portal.controllers import portal_thread
class PortalChatter(portal_thread.PortalChatter):
pass