Files
stock-logistics-warehouse/stock_quant_reservation_info_mrp/__manifest__.py
2022-10-07 09:22:35 +02:00

18 lines
642 B
Python

# Copyright 2022 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 MRP",
"summary": "Allows to see the manufacturing order related to the reserved info of Products",
"version": "14.0.1.0.3",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Generic",
"depends": ["stock_quant_reservation_info", "mrp"],
"license": "AGPL-3",
"data": ["views/stock_move_line.xml"],
"installable": True,
"auto-install": True,
}