mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
22 lines
645 B
Python
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,
|
|
}
|