9 lines
247 B
Python
9 lines
247 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import stock_move
|
||
|
from . import stock_move_line
|
||
|
from . import stock_picking
|
||
|
from . import stock_picking_batch
|
||
|
from . import stock_warehouse
|