Files
stock-logistics-warehouse/stock_quant_reservation_info/__manifest__.py
2024-08-27 08:50:50 +00:00

16 lines
562 B
Python

# Copyright 2022 ForgeFlow <http://www.forgeflow.com>
# 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,
}