# Copyright 2023 Camptocamp SA (https://www.camptocamp.com). # @author Iván Todorovich # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "MRP Account BOM Attribute Match", "summary": "Glue module between `mrp_account` and `mrp_bom_attribute_match`", "version": "15.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "maintainers": ["ivantodorovich"], "website": "https://github.com/OCA/manufacture", "license": "AGPL-3", "category": "Manufacturing", "depends": ["mrp_account", "mrp_bom_attribute_match"], "auto_install": True, }