8 lines
254 B
Python
8 lines
254 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import stock_quantity_history
|
||
|
from . import stock_picking_return
|
||
|
from . import stock_request_count
|
||
|
from . import stock_valuation_layer_revaluation
|