Files
manufacture/stock_replenishment_mrp_bom_selection/__manifest__.py
2024-05-17 10:46:50 +02:00

18 lines
613 B
Python

# Copyright 2024 Tecnativa - Pilar Vargas
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Replenishment MRP BoM Selection",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["stock", "mrp"],
"data": [
"security/ir.model.access.csv",
"wizard/material_availability_wizard_views.xml",
"wizard/stock_warehouse_orderpoint_replenish_wizard_views.xml",
],
"installable": True,
"development_status": "Beta",
}