Odoo18-Base/addons/portal/controllers/__init__.py
2025-01-06 10:57:38 +07:00

9 lines
211 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import attachment
from . import mail
from . import message_reaction
from . import portal
from . import thread
from . import web