# Copyright 2024 Simone Rubino - Aion Tech # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "MRP BoM Line formula for quantity", "summary": "Compute the quantity of a Production Line using a formula in the BoM Line.", "version": "16.0.1.0.0", "author": "Aion Tech, Odoo Community Association (OCA)", "maintainers": [ "SirAionTech", ], "category": "Manufacturing", "depends": [ "mrp", ], "website": "https://github.com/OCA/manufacture" "/tree/16.0/mrp_bom_line_formula_quantity", "license": "AGPL-3", "data": [ "views/mrp_bom_line_views.xml", "views/mrp_bom_views.xml", ], }