Files
2024-08-27 09:24:26 +00:00

17 lines
577 B
Python

# Copyright 2019-2020 ForgeFlow S.L.
# (https://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": "14.0.1.0.7",
"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,
}