mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
25 lines
835 B
Python
25 lines
835 B
Python
# Copyright 2020 ForgeFlow, S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock Pull List",
|
|
"summary": "The pull list checks the stock situation and calculates "
|
|
"needed quantities.",
|
|
"version": "14.0.1.2.1",
|
|
"license": "AGPL-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_free_quantity"],
|
|
"data": [
|
|
"wizards/stock_pull_list_wizard.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/stock_pull_list_sequence_data.xml",
|
|
"data/data.xml",
|
|
"views/stock_picking_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|