8 lines
176 B
Python
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
|