mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 00:51:58 +02:00
7 lines
194 B
Python
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
|