# 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.1.2", "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", ], "installable": True, }