oca-mrp/odoo-bringout-oca-manufacture-mrp_bom_tracking/mrp_bom_tracking/__manifest__.py
2025-08-29 15:43:05 +02:00

16 lines
557 B
Python

# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "MRP BoM Tracking",
"version": "16.0.1.0.1",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"summary": "Logs any change to a BoM in the chatter",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": ["mrp"],
"data": ["views/bom_template.xml"],
"license": "LGPL-3",
"installable": True,
"development_status": "Production/Stable",
}