forked from Mapan/odoo17e
10 lines
265 B
Python
10 lines
265 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import social_account
|
|
from . import social_live_post
|
|
from . import social_stream_post
|
|
from . import social_post
|
|
from . import social_stream
|
|
from . import utm
|