mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
This module is a feature extracted from stock_inventory_location. Ported to v8 and new API Adopted latest OCA standards Added tests
8 lines
213 B
Python
8 lines
213 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2013-2016 Numérigraphe SARL
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import stock_quant
|
|
from . import stock_inventory
|
|
from . import stock_location
|