12 lines
416 B
Python
12 lines
416 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import stock_picking_return
|
||
|
from . import stock_change_product_qty
|
||
|
from . import stock_scheduler_compute
|
||
|
from . import stock_immediate_transfer
|
||
|
from . import stock_backorder_confirmation
|
||
|
from . import stock_overprocessed_transfer
|
||
|
from . import stock_quantity_history
|
||
|
from . import stock_warn_insufficient_qty
|