mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
18 lines
556 B
Python
18 lines
556 B
Python
# Copyright 2024 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "MRP Repair Reuse Component",
|
|
"summary": "Allow to reuse component in manufacturing after removal in repair",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Uncategorized",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"maintainers": ["grindtildeath"],
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"mrp",
|
|
"repair",
|
|
],
|
|
}
|