mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
17 lines
646 B
Python
17 lines
646 B
Python
# Copyright 2023 Camptocamp SA (https://www.camptocamp.com).
|
|
# @author Iván Todorovich <ivan.todorovich@camptocamp.com>
|
|
# 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": "14.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,
|
|
}
|