# Copyright 2022 ForgeFlow # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Stock Move Reservation Info", "summary": "Allows to see the reserved info of Products", "version": "16.0.1.0.1", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Generic", "depends": ["stock"], "license": "AGPL-3", "data": ["views/stock_quant.xml", "views/stock_move_line.xml"], "installable": True, }