Initial commit
This commit is contained in:
6
fusion_inventory_sync/models/__init__.py
Normal file
6
fusion_inventory_sync/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import sync_config
|
||||
from . import product_sync_mapping
|
||||
from . import product_template
|
||||
from . import stock_move
|
||||
from . import sync_log
|
||||
Reference in New Issue
Block a user