mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 13:32:08 +02:00
12 lines
349 B
Python
12 lines
349 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import event_event
|
|
from . import event_mail
|
|
from . import event_registration
|
|
from . import event_stage
|
|
from . import event_tag
|
|
from . import event_ticket
|
|
from . import mail_template
|
|
from . import res_config_settings
|
|
from . import res_partner
|