Files
stock-logistics-warehouse/stock_inventory_lockdown/models/__init__.py
Jordi Ballester b506999f27 refactor the module to perform lockdown validations using constraint
in stock move instead of checks in quants. This will allow for a more
 robust lockdown, and still make it possible to perform inventory adjustments
 in the locked location. Also resolves an outstanding issue related to the
 previous design not allowing inventory adjustments where negative quants existed.
2019-12-20 15:26:56 +01:00

8 lines
212 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_move
from . import stock_inventory
from . import stock_location