Files
stock-logistics-warehouse/stock_inventory_line_open/__manifest__.py
2022-06-14 11:56:01 +02:00

18 lines
622 B
Python

# Copyright 2020 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Inventory Line Open",
"version": "14.0.1.0.0",
"author": "ForgeFlow," "Odoo Community Association (OCA)",
"development_status": "Beta",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
"summary": "Open inventory lines on validated inventory adjustments",
"depends": ["stock"],
"data": ["views/stock_inventory_view.xml"],
"license": "AGPL-3",
"installable": True,
"application": False,
}