Files
stock-logistics-warehouse/stock_quant_safe_inventory/__manifest__.py

22 lines
645 B
Python

# Copyright 2024 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Quant Safe Inventory",
"summary": """
Prevents the quantity on the quant from being updated if quantities have
already been picked but not validated in pickings in progress.""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": [
"stock",
],
"data": [
"views/res_config_settings.xml",
],
"demo": [],
"installable": True,
}