mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 07:52:04 +02:00
10 lines
269 B
Python
10 lines
269 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import utm_campaign
|
|
from . import utm_medium
|
|
from . import utm_mixin
|
|
from . import utm_source
|
|
from . import utm_stage
|
|
from . import utm_tag
|
|
from . import ir_http
|