Files
stock-logistics-warehouse/stock_inventory_lockdown/models/__init__.py
Lionel Sausin & Loïc Bellier f2c73735d0 New module stock_inventory_lockdown
This module is a feature extracted from stock_inventory_location.

Ported to v8 and new API
Adopted latest OCA standards
Added tests
2022-10-24 10:36:27 -04:00

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