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