Files
stock-logistics-warehouse/stock_inventory_include_exhausted/__manifest__.py
2020-04-24 12:15:46 +00:00

17 lines
566 B
Python

# Copyright 2020 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Inventory Include Exhausted",
"summary": "It includes the option for adding products exhausted on the "
"inventories.",
"version": "13.0.1.0.1",
"depends": ["stock"],
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
"license": "AGPL-3",
"data": ["views/stock_inventory_view.xml"],
"installable": True,
}