Files
stock-logistics-warehouse/stock_pull_list/__manifest__.py
2021-02-23 14:49:00 +01:00

19 lines
671 B
Python

# Copyright 2020 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Stock Pull List",
"summary": "The pull list checks the stock situation and calculates "
"needed quantities.",
"version": "13.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"maintainers": ["LoisRForgeFlow"],
"development_status": "Alpha",
"category": "Warehouse Management",
"depends": ["stock", "stock_available_unreserved"],
"data": ["wizards/stock_pull_list_wizard.xml"],
"installable": True,
}