16 lines
485 B
Python
16 lines
485 B
Python
# -*- coding: utf-8 -*-
|
|
from . import res_company
|
|
from . import website
|
|
from . import res_config_settings
|
|
from . import social_meta_catalog
|
|
from . import social_meta_sync_queue
|
|
from . import product_template
|
|
from . import product_product
|
|
from . import social_whatsapp_api
|
|
from . import social_whatsapp_template
|
|
from . import social_whatsapp_notification
|
|
from . import social_whatsapp_message
|
|
from . import sale_order
|
|
from . import stock_picking
|
|
from . import social_commerce_dashboard
|