mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 08:02:08 +02:00
7 lines
254 B
Python
7 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
|