mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 11:32:03 +02:00
7 lines
204 B
Python
7 lines
204 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import mail_activity
|
|
from . import mail_activity_type
|
|
from . import note
|
|
from . import res_users
|