# Copyright 2023 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) { "name": "MRP Package Propagation", "version": "14.0.1.1.0", "development_status": "Alpha", "license": "AGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "maintainers": ["sebalix"], "summary": "Propagate a package from a component to a finished product", "website": "https://github.com/OCA/manufacture", "category": "Manufacturing", "depends": ["mrp"], "data": [ "views/mrp_bom.xml", "views/mrp_production.xml", ], "installable": True, "application": False, }