Files
2026-09-18 13:55:25 +07:00

8 lines
176 B
Python

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