Files
stock-logistics-warehouse/stock_inventory_lockdown/__openerp__.py
Jordi Ballester 1b387a743b 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.
2017-08-28 14:13:49 +02:00

18 lines
535 B
Python

# -*- coding: utf-8 -*-
# © 2013-2016 Numérigraphe SARL
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Inventory Lock Down",
"summary": "Lock down stock locations during inventories.",
"version": "9.0.1.0.1",
"depends": ["stock"],
"author": "Numérigraphe,Eficent,Odoo Community Association (OCA)",
"category": "Warehouse Management",
"images": [
"images/move_error.png",
"images/location_locked.png"],
'license': 'AGPL-3',
"installable": True,
}